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

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 16:14:18 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-oidc.

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

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

commit 940b4b4bfafbeb93e569dc0e559846d85157bdf6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:14:14 2024 -0500

    Add project name property to POM.
---
 pom.xml | 39 ++++++++++-----------------------------
 1 file changed, 10 insertions(+), 29 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9810b28..f6b3c01b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,12 +7,15 @@
         <artifactId>parent</artifactId>
         <version>17.0.2</version>
     </parent>
+
     <groupId>net.shibboleth.idp.plugin.oidc</groupId>
     <artifactId>idp-plugin-oidc-op-parent</artifactId>
     <version>4.1.0-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Provider</name>
     <packaging>pom</packaging>
+
     <properties>
+        <shibboleth.projectName>java-idp-oidc</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
@@ -42,34 +45,12 @@
         OpenID Connect Provider plugin for the Shibboleth IdP.
     </description>
     
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}java-idp-oidc/${project.version}/</url>
-        </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-extension-api</module>
         <module>idp-oidc-extension-impl</module>
         <module>idp-oidc-extension-distribution</module>
     </modules>
+
     <dependencies>
         <!-- Project wide test Dependencies -->
         <dependency>
@@ -181,13 +162,13 @@
             </dependency>            
         </dependencies>
     </dependencyManagement>
-    
-    <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/java-idp-oidc</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:java-idp-oidc</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=java-idp-oidc.git</url>
-    </scm>
 
+    <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>
             <plugin>

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


More information about the commits mailing list