[java-opensaml] branch maint-4 updated: Unlock parent POM and add Javadoc configuration.

Scott Cantor cantor.2 at osu.edu
Thu Oct 5 22:32:11 UTC 2023


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

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

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new cb1f24b55 Unlock parent POM and add Javadoc configuration.
cb1f24b55 is described below

commit cb1f24b55a8d18ed1d386a2559af30ffd4ad0c2e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 5 18:32:02 2023 -0400

    Unlock parent POM and add Javadoc configuration.
---
 opensaml-parent/pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index ffa25c5b4..22dfa0f33 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.5</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
 
     <name>OpenSAML</name>
@@ -150,6 +150,16 @@
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-support/${java-support.version}</link>
+                        <link>${javadoc.url}/spring-extensions/${spring-extensions.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