[java-identity-provider] branch main updated: JPAR-212 - Migrate javadoc links into individual projects

Scott Cantor cantor.2 at osu.edu
Tue Sep 19 19:02:08 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/main by this push:
     new fb7534e69 JPAR-212 - Migrate javadoc links into individual projects
fb7534e69 is described below

commit fb7534e69b8738353bcd24b34b1b09cac979e81a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 14:01:05 2023 -0500

    JPAR-212 - Migrate javadoc links into individual projects
    
    https://shibboleth.atlassian.net/browse/JPAR-212
    
    Also unlocked parent POM in preparation for dependency update.
---
 idp-parent/pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 76c33714f..800f6c24d 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.1</version>
+        <version>17.0.2-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Identity Provider</name>
@@ -178,6 +178,19 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-shib-shared/${shib-shared.version}</link>
+                        <link>${javadoc.url}/java-opensaml/${opensaml.version}</link>
+                        <link>${javadoc.url}/java-shib-metadata/${shib-metadata.version}</link>
+                        <link>${javadoc.url}/java-shib-attribute/${shib-attribute.version}</link>
+                        <link>${javadoc.url}/java-shib-profile/${shib-profile.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