[spring-extensions] 02/02: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 11:19:03 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=e3e770c287e08fecf3e11e7225129bbd0f7b9b4a
commit e3e770c287e08fecf3e11e7225129bbd0f7b9b4a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 10:25:37 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 | 39 ---------------------------------------
2 files changed, 1 insertion(+), 39 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 47184d1..3e8804b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
<properties>
<automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
<java-support.version>8.3.0-SNAPSHOT</java-support.version>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
<shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
<jdk.version>15.3</jdk.version>
</properties>
@@ -206,44 +205,6 @@
</archive>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>net.shibboleth.maven.enforcer.rules</groupId>
- <artifactId>maven-dist-enforcer</artifactId>
- <version>3.1.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>idp-enforce</id>
- <phase>verify</phase>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <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>
- <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
- <parentPomDir>.</parentPomDir>
- <zipFiles/>
- <tgzFiles/>
- <checkSignatures>false</checkSignatures>
- <checkDependencies>false</checkDependencies>
- <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
- <listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
- </jarEnforcer>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list