[java-idp-plugin-oidc-config] branch main updated: Add project name property to POM.

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 16:13:07 UTC 2024


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

scantor pushed a commit to branch main
in repository java-idp-plugin-oidc-config.

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

The following commit(s) were added to refs/heads/main by this push:
     new fb52e65  Add project name property to POM.
fb52e65 is described below

commit fb52e653acfa564c32ab59bbd73898bc1cc099f7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:13:03 2024 -0500

    Add project name property to POM.
---
 pom.xml | 44 +++++++++++---------------------------------
 1 file changed, 11 insertions(+), 33 deletions(-)

diff --git a/pom.xml b/pom.xml
index ffb2338..3d3e3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,13 @@
     <packaging>pom</packaging>
     <description>Parent project for the Shibboleth Identity Provider OIDC/OAuth Shared Configuration</description>
 
+    <modules>
+        <module>oidc-config-impl</module>
+        <module>oidc-config-dist</module>
+    </modules>
+
     <properties>
+        <shibboleth.projectName>java-idp-plugin-oidc-config</shibboleth.projectName>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -23,35 +29,6 @@
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/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-idp-plugin-oidc-config</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-idp-plugin-oidc-config</developerConnection>
-        <url>${shibboleth.scm.url}java-idp-plugin-oidc-config.git</url>
-    </scm>
-
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}java-idp-plugin-oidc-config/${project.version}/</url>
-        </site>
-    </distributionManagement>
     <dependencyManagement>
         <dependencies>
             <!-- Shibboleth IdP BOM for importing IdP dependencies -->
@@ -74,10 +51,11 @@
         </dependencies>
     </dependencyManagement>
 
-    <modules>
-        <module>oidc-config-impl</module>
-        <module>oidc-config-dist</module>
-    </modules>
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
 
     <build>
         <plugins>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list