[java-plugin-shibd-saml] branch main updated: Add javadoc cross-project links.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 9 15:39:05 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-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=aeffa5178ee0a68384dceba3a69bb518cd811a99
The following commit(s) were added to refs/heads/main by this push:
new aeffa51 Add javadoc cross-project links.
aeffa51 is described below
commit aeffa5178ee0a68384dceba3a69bb518cd811a99
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 9 11:39:03 2025 -0400
Add javadoc cross-project links.
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index c305f41..428bbdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,6 +137,21 @@
<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>
+ <link>${javadoc.url}/java-plugin-shibd/${shibd.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