[java-shib-metadata] branch main updated: JPAR-212 - Migrate javadoc links into individual projects

Scott Cantor cantor.2 at osu.edu
Tue Sep 19 15:51:09 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-metadata.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=059bc44c0b1bc88ead0ae4eda9fb5cb43bdf9f43

The following commit(s) were added to refs/heads/main by this push:
     new 059bc44c JPAR-212 - Migrate javadoc links into individual projects
059bc44c is described below

commit 059bc44c0b1bc88ead0ae4eda9fb5cb43bdf9f43
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 10:50:45 2023 -0500

    JPAR-212 - Migrate javadoc links into individual projects
    
    https://shibboleth.atlassian.net/browse/JPAR-212
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index 67f7e719..b1fef6e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,9 @@
         <opensaml.groupId>org.opensaml</opensaml.groupId>
         <opensaml.version>5.0.0</opensaml.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>
@@ -123,6 +126,16 @@
 
     <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>
+                    </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