[java-parent-project] branch master updated: JPAR-116 - remove explicit link to Java API Javadoc
Ian Young
ian at iay.org.uk
Wed Aug 15 09:39:45 EDT 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=853cea5849ec0bc43b0955466aeead070142a944
The following commit(s) were added to refs/heads/master by this push:
new 853cea5 JPAR-116 - remove explicit link to Java API Javadoc
853cea5 is described below
commit 853cea5849ec0bc43b0955466aeead070142a944
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 15 14:39:39 2018 +0100
JPAR-116 - remove explicit link to Java API Javadoc
maven-javadoc-plugin manufactures this link itself if detectJavaApiLink is set, which it is by default.
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4699ff6..0fcdf87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,6 @@
<configuration>
<links>
<link>http://docs.oracle.com/javaee/5/api/</link>
- <link>http://docs.oracle.com/javase/7/docs/api/</link>
<link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
<link>http://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</link>
<link>http://google.github.io/guava/releases/${guava.version}/api/docs/</link>
@@ -717,7 +716,6 @@
<configuration>
<links>
<link>http://docs.oracle.com/javaee/5/api/</link>
- <link>http://docs.oracle.com/javase/7/docs/api/</link>
<link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
<link>http://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api/</link>
<link>http://google.github.io/guava/releases/${guava.version}/api/docs/</link>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list