[java-idp-plugin-totp] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 16:03:21 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-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=aa1d9d0d01cbef8ac334c708c3e62a026d4b92e3
The following commit(s) were added to refs/heads/main by this push:
new aa1d9d0 Add project name property to POM.
aa1d9d0 is described below
commit aa1d9d0d01cbef8ac334c708c3e62a026d4b92e3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:03:17 2024 -0500
Add project name property to POM.
---
pom.xml | 30 ++++++++++++------------------
1 file changed, 12 insertions(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8f35cef..ff2e9f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,13 @@
<version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
+ <modules>
+ <module>totp-impl</module>
+ <module>totp-dist</module>
+ </modules>
+
<properties>
+ <shibboleth.projectName>java-idp-plugin-totp</shibboleth.projectName>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -31,19 +37,6 @@
<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-totp/${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>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -84,11 +77,12 @@
</dependencies>
</dependencyManagement>
- <modules>
- <module>totp-impl</module>
- <module>totp-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>
<plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list