[java-idp-plugin-duo] branch main updated: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 11:21:40 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw 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=9c761dbd461dc3e10a1a824ee5dee8327431ab8b
The following commit(s) were added to refs/heads/main by this push:
new 9c761db GEN-311 Stop populating/maintaining the third party repo.
9c761db is described below
commit 9c761dbd461dc3e10a1a824ee5dee8327431ab8b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 11:36:06 2022 +0000
GEN-311 Stop populating/maintaining the third party repo.
https://shibboleth.atlassian.net/browse/GEN-311
Remove explicit m2 checking. Add trigger file to do this via the profile.
---
idp-duo-nimbus-distribution/.check-m2 | 1 +
idp-duo-nimbus-distribution/pom.xml | 5 ++---
idp-duo-sdk-distribution/.check-m2 | 1 +
idp-duo-sdk-distribution/pom.xml | 7 +++----
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/idp-duo-nimbus-distribution/.check-m2 b/idp-duo-nimbus-distribution/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/idp-duo-nimbus-distribution/.check-m2
@@ -0,0 +1 @@
+This file provokes a signature check of the maven repository unless overridden by the no-check-m2 property.
\ No newline at end of file
diff --git a/idp-duo-nimbus-distribution/pom.xml b/idp-duo-nimbus-distribution/pom.xml
index 88186c0..6689ccf 100644
--- a/idp-duo-nimbus-distribution/pom.xml
+++ b/idp-duo-nimbus-distribution/pom.xml
@@ -17,7 +17,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
<dist.nimbus.finalName>shibboleth-idp-plugin-duo-nimbus-${project.version}</dist.nimbus.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<build>
@@ -52,7 +51,7 @@
<dependency>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
<artifactId>maven-dist-enforcer</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>${maven-dist-enforcer.version}</version>
</dependency>
</dependencies>
<executions>
@@ -67,7 +66,7 @@
<jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
<dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
<dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
- <dataVersion>1.0.1-SNAPSHOT</dataVersion>
+ <dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
<zipFiles>${project.build.directory}/${dist.nimbus.finalName}.zip</zipFiles>
diff --git a/idp-duo-sdk-distribution/.check-m2 b/idp-duo-sdk-distribution/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/idp-duo-sdk-distribution/.check-m2
@@ -0,0 +1 @@
+This file provokes a signature check of the maven repository unless overridden by the no-check-m2 property.
\ No newline at end of file
diff --git a/idp-duo-sdk-distribution/pom.xml b/idp-duo-sdk-distribution/pom.xml
index c43b6a8..6b396ec 100644
--- a/idp-duo-sdk-distribution/pom.xml
+++ b/idp-duo-sdk-distribution/pom.xml
@@ -17,7 +17,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
<dist.duosdk.finalName>shibboleth-idp-plugin-duo-native-sdk-${project.version}</dist.duosdk.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<build>
@@ -52,7 +51,7 @@
<dependency>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
<artifactId>maven-dist-enforcer</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>${maven-dist-enforcer.version}</version>
</dependency>
</dependencies>
<executions>
@@ -67,7 +66,7 @@
<jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
<dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
<dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
- <dataVersion>1.0.1-SNAPSHOT</dataVersion>
+ <dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
<zipFiles>${project.build.directory}/${dist.duosdk.finalName}.zip</zipFiles>
@@ -75,7 +74,7 @@
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
+ <checkM2>false</checkM2>
</jarEnforcer>
</rules>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list