[java-parent-project-v3] 11/11: INFRA-110 - Add Shibboleth Javadoc <link>s.

Tom Zeller tzeller at dragonacea.biz
Tue Jun 14 13:28:19 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=ef6106791055d43584a05be71f9a1e8af4e2f9fd

commit ef6106791055d43584a05be71f9a1e8af4e2f9fd
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 14 11:58:03 2016 -0500

    INFRA-110 - Add Shibboleth Javadoc <link>s.
    
    Maven will complain when relevant properties are not set, which seems a
    better alternative than un-versioned Javadoc.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 67b6844..4248039 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,6 +527,9 @@
                             <link>http://www.ldaptive.org/javadocs/</link>
                             <link>http://www.slf4j.org/apidocs/</link>
                             <link>http://xmlunit.sourceforge.net/api/</link>
+                            <link>${shibboleth.site.url}java-support/${java-support.version}/apidocs/</link>
+                            <link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs/</link>
+                            <link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs/</link>
                         </links>
                         <quiet>true</quiet>
                         <author>false</author>
@@ -688,6 +691,9 @@
                         <link>http://www.ldaptive.org/javadocs/</link>
                         <link>http://www.slf4j.org/apidocs/</link>
                         <link>http://xmlunit.sourceforge.net/api/</link>
+                        <link>${shibboleth.site.url}java-support/${java-support.version}/apidocs/</link>
+                        <link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs/</link>
+                        <link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs/</link>
                     </links>
                     <quiet>true</quiet>
                     <author>false</author>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list