[java-parent-project] branch master updated: JPAR-110 - continued: force redirect on Javadoc links for our components
Ian Young
ian at iay.org.uk
Thu Jan 31 09:42:22 EST 2019
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=da67835456948c8f7b48d796f0fb6b5204089cb9
The following commit(s) were added to refs/heads/master by this push:
new da67835 JPAR-110 - continued: force redirect on Javadoc links for our components
da67835 is described below
commit da67835456948c8f7b48d796f0fb6b5204089cb9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 31 14:40:51 2019 +0000
JPAR-110 - continued: force redirect on Javadoc links for our components
Without this, maven-javadoc-plugin 3.0.1 just ignores the links.
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4bcf2d8..744a728 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
- <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
+ <shibboleth.site.url>http://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
<shibboleth.scm.connection>scm:git:https://git.shibboleth.net/git/</shibboleth.scm.connection>
<shibboleth.scm.developerConnection>scm:git:git at git.shibboleth.net:</shibboleth.scm.developerConnection>
@@ -98,9 +98,9 @@
These properties describe the locations of API indexes for
Shibboleth projects.
-->
- <java-support.link>${shibboleth.site.url}java-support/${java-support.version}/apidocs/</java-support.link>
- <spring-extensions.link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs/</spring-extensions.link>
- <java-opensaml.link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs/</java-opensaml.link>
+ <java-support.link>${shibboleth.site.url}java-support/${java-support.version}/apidocs</java-support.link>
+ <spring-extensions.link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs</spring-extensions.link>
+ <java-opensaml.link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs</java-opensaml.link>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list