[java-idp-plugin-scripting] branch maint-1 updated: Unlock parent, add Javadoc config, remove repos.

Scott Cantor cantor.2 at osu.edu
Fri Oct 6 19:46:17 UTC 2023


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

scantor pushed a commit to branch maint-1
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=a723c66ce2069aeba041646c3ef3009a6cfdaa81

The following commit(s) were added to refs/heads/maint-1 by this push:
     new a723c66  Unlock parent, add Javadoc config, remove repos.
a723c66 is described below

commit a723c66ce2069aeba041646c3ef3009a6cfdaa81
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 6 15:46:09 2023 -0400

    Unlock parent, add Javadoc config, remove repos.
---
 pom.xml | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index d65d32f..ca945eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
 
     <groupId>net.shibboleth.idp.plugin.scripting</groupId>
@@ -33,23 +33,6 @@
         </site>
     </distributionManagement>
 
-    <repositories>
-        <repository>
-            <id>shib-release</id>
-            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>shib-snapshot</id>
-            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
     <dependencies>
     </dependencies>
 
@@ -77,6 +60,15 @@
     
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-identity-provider/4.3.1</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