[java-metadata-aggregator] branch main updated: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 11:20:53 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=99120b9554c49bc6f69436937586501d40b30ed3
The following commit(s) were added to refs/heads/main by this push:
new 99120b9 GEN-311 Stop populating/maintaining the third party repo.
99120b9 is described below
commit 99120b9554c49bc6f69436937586501d40b30ed3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 15:44:48 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.
---
mda-distribution/.check-m2 | 1 +
mda-distribution/pom.xml | 11 +++++------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/mda-distribution/.check-m2 b/mda-distribution/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/mda-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/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 8fb5cb2..45e38cf 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -17,7 +17,6 @@
<properties>
<mda.finalName>mda-distribution-${project.version}</mda.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</properties>
@@ -113,7 +112,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>
@@ -128,7 +127,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}/${mda.finalName}.zip</zipFiles>
@@ -137,7 +136,7 @@
<checkDependencies>true</checkDependencies>
<depCheckReportPath>${project.build.directory}/depReport-zip.txt</depCheckReportPath>
<listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
+ <checkM2>false</checkM2>
</jarEnforcer>
</rules>
</configuration>
@@ -153,7 +152,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>
<tgzFiles>${project.build.directory}/${mda.finalName}.tar.gz</tgzFiles>
@@ -162,7 +161,7 @@
<checkDependencies>true</checkDependencies>
<depCheckReportPath>${project.build.directory}/depReport-tgz.txt</depCheckReportPath>
<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