[java-idp-plugin-totp] branch main updated: JPAR-212 - Migrate javadoc links into individual projects
Scott Cantor
cantor.2 at osu.edu
Thu Sep 21 19:28:27 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=626939c0eeb3c49ed89c0097f12455a71abaa7d9
The following commit(s) were added to refs/heads/main by this push:
new 626939c JPAR-212 - Migrate javadoc links into individual projects
626939c is described below
commit 626939c0eeb3c49ed89c0097f12455a71abaa7d9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 21 14:28:04 2023 -0500
JPAR-212 - Migrate javadoc links into individual projects
https://shibboleth.atlassian.net/browse/JPAR-212
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index b8694b3..7c314cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,10 @@
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0</shib-shared.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+
+ <!-- TODO: Remove once in project parent: Base URL for all our deployed javadocs. -->
+ <javadoc.url>https://shibboleth.net/api</javadoc.url>
+ <java-shib-shared.version>9.0.0</java-shib-shared.version>
</properties>
<distributionManagement>
@@ -89,6 +93,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-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