[java-shib-attribute] branch main updated: JPAR-212 - Migrate javadoc links into individual projects
Scott Cantor
cantor.2 at osu.edu
Tue Sep 19 16:05:11 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=950a2ccfada18ee0f0da0bcad203e9aa76124c65
The following commit(s) were added to refs/heads/main by this push:
new 950a2ccfa JPAR-212 - Migrate javadoc links into individual projects
950a2ccfa is described below
commit 950a2ccfada18ee0f0da0bcad203e9aa76124c65
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 11:04:49 2023 -0500
JPAR-212 - Migrate javadoc links into individual projects
https://shibboleth.atlassian.net/browse/JPAR-212
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index f270f96d5..6d863973b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,9 @@
<opensaml.version>5.0.0</opensaml.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>
@@ -142,6 +145,17 @@
<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>
+ </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