[java-plugin-shibd] branch main updated: Add javadoc cross-project links.

Scott Cantor cantor.2 at osu.edu
Tue Sep 9 15:38:54 UTC 2025


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

scantor pushed a commit to branch main
in repository java-plugin-shibd.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=8f722bd9a259781c3f994634673d4bb97abc0032

The following commit(s) were added to refs/heads/main by this push:
     new 8f722bd  Add javadoc cross-project links.
8f722bd is described below

commit 8f722bd9a259781c3f994634673d4bb97abc0032
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 9 11:38:49 2025 -0400

    Add javadoc cross-project links.
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6a5cc82..559f832 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,20 @@
 
     <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>
+                        <link>${javadoc.url}/java-identity-provider/${idp.version}</link>
+                    </links>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>

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


More information about the commits mailing list