[spring-extensions] branch maint-6 updated: Unlock parent and fix javadoc generation.

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


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

scantor pushed a commit to branch maint-6
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=40563db061d89d2dc8f33375c5214232e1a0eaa3

The following commit(s) were added to refs/heads/maint-6 by this push:
     new 40563db  Unlock parent and fix javadoc generation.
40563db is described below

commit 40563db061d89d2dc8f33375c5214232e1a0eaa3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 5 13:17:27 2023 -0400

    Unlock parent and fix javadoc generation.
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58dfd07..a0ab069 100644
--- a/pom.xml
+++ b/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>
 
     <groupId>net.shibboleth.ext</groupId>
@@ -29,6 +29,7 @@
         <java-support.version>8.4.0</java-support.version>
         <shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
         <jdk.version>15.3</jdk.version>
+        <javadoc.url>https://shibboleth.net/api</javadoc.url>
     </properties>
 
     <dependencies>
@@ -176,6 +177,15 @@
 
     <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>
+                    </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