[java-oidc-common] branch maint-2 updated: Unlock parent POM, remove repos, add javadoc links.

Scott Cantor cantor.2 at osu.edu
Tue Oct 10 14:51:06 UTC 2023


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

scantor pushed a commit to branch maint-2
in repository java-oidc-common.

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

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

commit cb1d7ac681a8cf351790cbf6d308c7261a59f196
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 10:51:02 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 4a9cbc0..2d5059f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,17 +3,20 @@
     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.oidc</groupId>
     <artifactId>oidc-common-parent</artifactId>
     <version>2.2.2-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OIDC Common :: Parent</name>
     <packaging>pom</packaging>
     <description>A POM containing properties, dependencies, etc. that are common across all Shibboleth OIDC Java common libraries.</description>
+
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>4.3.0</idp.version>
@@ -28,33 +31,20 @@
         <nimbus.content.type.version>2.2</nimbus.content.type.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
-    <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>
+
     <scm>
         <connection>${shibboleth.scm.connection}java-oidc-common</connection>
         <developerConnection>${shibboleth.scm.developerConnection}java-oidc-common</developerConnection>
         <url>${shibboleth.scm.url}java-oidc-common.git</url>
     </scm>
-     <distributionManagement>
+
+    <distributionManagement>
         <site>
             <id>site</id>
             <url>scp:${shibboleth.site.deploy.url}java-oidc-common/${project.version}/</url>
         </site>
     </distributionManagement>
+
     <dependencies>
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
@@ -93,6 +83,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
     <dependencyManagement>
         <!-- oidc-common project dependencies -->
         <dependencies>
@@ -217,6 +208,7 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
     <modules>
         <module>oidc-common-attribute-api</module>
         <module>oidc-common-attribute-impl</module>
@@ -235,6 +227,17 @@
     
     <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}/java-opensaml/4.3.0</link>
+                        <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