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

Scott Cantor cantor.2 at osu.edu
Tue Sep 19 15:29:55 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=00d99822224544a01008258716f2e6329e26f372

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

commit 00d99822224544a01008258716f2e6329e26f372
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 10:29:13 2023 -0500

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

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 498617924..f07112ce6 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -62,6 +62,9 @@
         <checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <opensaml-parent.site.url>${shibboleth.site.deploy.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
         <opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
+
+        <!-- TODO: Remove once in project parent: Base URL for all our deployed javadocs. -->
+        <javadoc.url>https://shibboleth.net/api</javadoc.url>
     </properties>
 
     <!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
@@ -144,6 +147,15 @@
 
     <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>
+                    </links>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list