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

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

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

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

commit 1297d146df9f63462cd2eff8c0158342a4e47dc5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:15:40 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index bcd2dde..dce8add 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>17.0.2</version>
     </parent>
+
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
     <version>2.0.1-SNAPSHOT</version>
@@ -15,6 +17,7 @@
     <description>Java OIDC ReylingParty Proxy authentication plugin for the Shibboleth IdP.</description>
 
     <properties>
+        <shibboleth.projectName>java-idp-plugin-oidc-rp</shibboleth.projectName>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
         <idp.version>5.0.0</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -37,25 +40,12 @@
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${shibboleth.site.deploy.url}java-idp-plugin-oidc-rp/${project.version}/</url>
-        </site>
-    </distributionManagement>
-
     <modules>
         <module>idp-oidc-rp-impl</module>
         <module>idp-oidc-rp-api</module>
         <module>idp-oidc-rp-dist</module>
     </modules>
 
-    <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>
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
@@ -194,6 +184,12 @@
             </dependencies>
         </profile>
     </profiles>
+
+    <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