[java-idp-plugin-oidc-rp] branch maint-1 updated: Unlock parent POM, remove repos, add javadoc links.

Scott Cantor cantor.2 at osu.edu
Tue Oct 10 15:07:21 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-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=62c9a4c57077ae7b5f75829a6be6c52aa48a041e

The following commit(s) were added to refs/heads/maint-1 by this push:
     new 62c9a4c  Unlock parent POM, remove repos, add javadoc links.
62c9a4c is described below

commit 62c9a4c57077ae7b5f75829a6be6c52aa48a041e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 11:07:18 2023 -0400

    Unlock parent POM, remove repos, add javadoc links.
---
 pom.xml | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 328602b..81d3e8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,13 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.5</version>
+        <version>11.3.6-SNAPSHOT</version>
     </parent>
+
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
     <version>1.1.1-SNAPSHOT</version>
@@ -41,23 +43,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>
-
     <modules>
         <module>idp-oidc-rp-impl</module>
         <module>idp-oidc-rp-api</module>
@@ -93,6 +78,7 @@
             <scope>test</scope>
         </dependency>        
     </dependencies>
+
     <dependencyManagement>
         <!-- java-idp-oidc-rp project dependencies -->
         <dependencies>
@@ -196,6 +182,19 @@
     
     <build>
         <plugins>
+            <plugin>
+                <groupId>net.shibboleth.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <links combine.children="append">
+                        <link>${javadoc.url}/java-support/8.4.0</link>
+                        <link>${javadoc.url}/spring-extensions/6.3.0</link>
+                        <link>${javadoc.url}/java-opensaml/4.3.0</link>
+                        <link>${javadoc.url}/java-identity-provider/4.3.1</link>
+                        <link>${javadoc.url}/java-oidc-common/2.2.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