[java-shib-common COMMIT] /branches/REL_1/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 26 22:59:32 GMT 2012


Author: lajoie
Date: Sun Feb 26 22:59:32 2012
New Revision: 1018

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1018&view=rev
Log:
add javadoc links

Modified:
    branches/REL_1/pom.xml

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1018&r1=1017&r2=1018&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Feb 26 22:59:32 2012
@@ -293,6 +293,17 @@
                             </descriptors>
                         </configuration>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <configuration>
+                            <links>
+                                <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/xmltooling/1.3.4/xmltooling-1.3.4-javadoc.jar/!/</link>
+                                <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/openws/1.4.4/openws-1.4.4-javadoc.jar/!/</link>
+                                <link>https://shibboleth.net/nexus/service/local/repositories/releases/archive/org/opensaml/opensaml/2.5.3/openws-2.5.3-javadoc.jar/!/</link>
+                            </links>
+                        </configuration>
+                    </plugin>
                 </plugins>
             </build>
         </profile>



More information about the commits mailing list