[java-shib-profile] branch main updated: JPAR-212 - Migrate javadoc links into individual projects
Scott Cantor
cantor.2 at osu.edu
Tue Sep 19 16:09:34 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=926e1c0afdba9c92e059fbbc343f0a4ba66a54fa
The following commit(s) were added to refs/heads/main by this push:
new 926e1c0 JPAR-212 - Migrate javadoc links into individual projects
926e1c0 is described below
commit 926e1c0afdba9c92e059fbbc343f0a4ba66a54fa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 11:09:17 2023 -0500
JPAR-212 - Migrate javadoc links into individual projects
https://shibboleth.atlassian.net/browse/JPAR-212
---
pom.xml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 61922b1..3f047d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
<module>shib-saml-profile-api</module>
<module>shib-profile-impl</module>
-<!-- <module>shib-saml-profile-impl</module>-->
<module>shib-profile-testing</module>
@@ -40,6 +39,9 @@
<shib-attribute.version>5.0.0</shib-attribute.version>
<shib-metadata.version>5.0.0</shib-metadata.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>
</properties>
<dependencies>
@@ -144,6 +146,18 @@
<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>
+ </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