[java-idp-plugin-scripting] branch main updated: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 11:21:57 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-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=d21f3ddc0efa8cbc4bf392c1bc1757749be4c0f5
The following commit(s) were added to refs/heads/main by this push:
new d21f3dd GEN-311 Stop populating/maintaining the third party repo.
d21f3dd is described below
commit d21f3ddc0efa8cbc4bf392c1bc1757749be4c0f5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 15:12:51 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.
---
nashorn-graalvm-dist/.check-m2 | 1 +
nashorn-graalvm-dist/pom.xml | 7 +++----
nashorn-jdk-dist/.check-m2 | 1 +
nashorn-jdk-dist/pom.xml | 7 +++----
rhino-dist/.check-m2 | 1 +
rhino-dist/pom.xml | 7 +++----
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/nashorn-graalvm-dist/.check-m2 b/nashorn-graalvm-dist/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/nashorn-graalvm-dist/.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/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 85e77fc..41cc02c 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-dist/pom.xml
@@ -21,7 +21,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
<nashorn.finalName>shibboleth-idp-plugin-nashorn-graalvm-${project.version}</nashorn.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<build>
@@ -55,7 +54,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>
@@ -70,7 +69,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}/${nashorn.finalName}.zip</zipFiles>
@@ -78,7 +77,7 @@
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
+ <checkM2>false</checkM2>
</jarEnforcer>
</rules>
</configuration>
diff --git a/nashorn-jdk-dist/.check-m2 b/nashorn-jdk-dist/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/nashorn-jdk-dist/.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/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index 22e92c6..c3c6fc3 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -21,7 +21,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
<nashorn.finalName>shibboleth-idp-plugin-nashorn-jdk-${project.version}</nashorn.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<build>
@@ -55,7 +54,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>
@@ -70,7 +69,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}/${nashorn.finalName}.zip</zipFiles>
@@ -78,7 +77,7 @@
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
+ <checkM2>false</checkM2>
</jarEnforcer>
</rules>
</configuration>
diff --git a/rhino-dist/.check-m2 b/rhino-dist/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/rhino-dist/.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/rhino-dist/pom.xml b/rhino-dist/pom.xml
index f99be76..10897ea 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -21,7 +21,6 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
<dist.finalName>shibboleth-idp-plugin-rhino-${project.version}</dist.finalName>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<build>
@@ -55,7 +54,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>
@@ -70,7 +69,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.finalName}.zip</zipFiles>
@@ -78,7 +77,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