[java-idp-plugin-metadatagen] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 16:05:24 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-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=d970ed160db57be7ffdb4df64958b0c2076eb824
The following commit(s) were added to refs/heads/main by this push:
new d970ed1 Add project name property to POM.
d970ed1 is described below
commit d970ed160db57be7ffdb4df64958b0c2076eb824
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:05:18 2024 -0500
Add project name property to POM.
---
pom.xml | 34 ++++++++++++++--------------------
1 file changed, 14 insertions(+), 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index ed7a4ce..2bc8fa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,15 @@
<name>Shibboleth IdP :: Plugins :: metadatagen</name>
<packaging>pom</packaging>
<description>SAML metadata generation plugin for the Shibboleth IdP.</description>
-
+
+ <modules>
+ <module>metadatagen-impl</module>
+ <!-- All DIST modules must come after the -api and -impl modules -->
+ <module>metadatagen-dist</module>
+ </modules>
+
<properties>
+ <shibboleth.projectName>java-idp-plugin-metadatagen</shibboleth.projectName>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
@@ -29,19 +36,6 @@
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
- <distributionManagement>
- <site>
- <id>site</id>
- <url>dav:${shibboleth.site.url}java-idp-plugin-metadatagen/${project.version}/</url>
- </site>
- </distributionManagement>
-
- <scm>
- <connection>scm:git:https://git.shibboleth.net/git/java-idp-plugin-metadatagen</connection>
- <developerConnection>scm:git:git at git.shibboleth.net:java-idp-plugin-metadatagen</developerConnection>
- <url>https://git.shibboleth.net/view/?p=idp-plugin-metadatagen.git</url>
- </scm>
-
<dependencies>
<!-- Project wide dependencies -->
<dependency>
@@ -117,13 +111,13 @@
</dependency>
</dependencies>
</dependencyManagement>
-
- <modules>
- <module>metadatagen-impl</module>
- <!-- All DIST modules must come after the -api and -impl modules -->
- <module>metadatagen-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