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

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

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

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

commit 8897db3515391dc1a9456e29cb29ce5b2a2a244f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:16:43 2024 -0500

    Add project name property to POM.
---
 pom.xml | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30e93bea..1340bcb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
     </description>
 
     <properties>
+        <shibboleth.projectName>java-idp-plugin-duo</shibboleth.projectName>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <duo.client.version>1.1.3</duo.client.version>
@@ -49,19 +50,6 @@
         <module>idp-duo-sdk-distribution</module>     
     </modules>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}java-idp-plugin-duo/${project.version}/</url>
-        </site>
-    </distributionManagement>
-    
-    <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/java-${project.artifactId}</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:java-${project.artifactId}</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=java-${project.artifactId}.git</url>
-    </scm>
-
     <dependencies>
         <!-- Project wide test Dependencies -->
         <dependency>
@@ -137,6 +125,12 @@
         </dependencies>
     </dependencyManagement>
 
+    <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