[java-identity-provider] branch maint-4 updated: Unlock parent POM, add javadoc links.

Scott Cantor cantor.2 at osu.edu
Fri Oct 6 13:09:58 UTC 2023


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

scantor pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=dbe163d29d2a8af62bbb9dc92bcdf050e7621ffa

The following commit(s) were added to refs/heads/maint-4 by this push:
     new dbe163d29 Unlock parent POM, add javadoc links.
dbe163d29 is described below

commit dbe163d29d2a8af62bbb9dc92bcdf050e7621ffa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 6 09:09:50 2023 -0400

    Unlock parent POM, add javadoc links.
---
 idp-parent/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index a6af8e85b..9bce9982f 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.5</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -172,6 +172,17 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-support/${java-support.version}</link>
+                        <link>${javadoc.url}/spring-extensions/${spring-extensions.version}</link>
+                        <link>${javadoc.url}/java-opensaml/${opensaml.version}</link>
+                    </links>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>

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


More information about the commits mailing list