[java-idp-plugin-webauthn] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 16:08:38 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-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=bfe2adc481f09174d236d2abe6e7bd6884694874
The following commit(s) were added to refs/heads/main by this push:
new bfe2adc Add project name property to POM.
bfe2adc is described below
commit bfe2adc481f09174d236d2abe6e7bd6884694874
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 11:08:34 2024 -0500
Add project name property to POM.
---
pom.xml | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0a01218..a9cc5c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,14 @@
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>
+
<!-- Use your own parent if this is not a Shibboleth Project artifact. -->
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
<version>17.0.2</version>
</parent>
+
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -17,6 +19,7 @@
<description>WebAuthn plugin for the Shibboleth IdP.</description>
<properties>
+ <shibboleth.projectName>java-idp-plugin-webauthn</shibboleth.projectName>
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -40,14 +43,6 @@
${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>webauthn-impl</module>
<module>webauthn-api</module>
@@ -55,14 +50,6 @@
<module>webauthn-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>
<!-- Project wide Dependencies -->
<dependency>
@@ -182,6 +169,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