[java-idp-jetty-base] branch 10-windows updated: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 11:19:47 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 10-windows
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=0053c8055ff089362ee50f5dd279c3397027d68b
The following commit(s) were added to refs/heads/10-windows by this push:
new 0053c80 GEN-311 Stop populating/maintaining the third party repo.
0053c80 is described below
commit 0053c8055ff089362ee50f5dd279c3397027d68b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 11:17:21 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.
---
.check-m2 | 1 +
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.check-m2 b/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/.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/pom.xml b/pom.xml
index 3075741..c4f3695 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,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>
@@ -162,14 +162,14 @@
<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}/idp-jetty-base-${project.version}.zip</zipFiles>
<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