[idwsfconsumer] branch main updated: Remove explicit M2 enforcement
Rod Widdowson
rdw at steadingsoftware.com
Mon Mar 28 19:48:38 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=377f6d96e70ef7581d958ea2b9511f3545d007b9
The following commit(s) were added to refs/heads/main by this push:
new 377f6d9 Remove explicit M2 enforcement
377f6d9 is described below
commit 377f6d96e70ef7581d958ea2b9511f3545d007b9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Mar 28 20:47:37 2022 +0100
Remove explicit M2 enforcement
Now that we are parented by a more modern, we can inherit the work
from that
---
.check-m2 | 1 +
pom.xml | 45 ---------------------------------------------
2 files changed, 1 insertion(+), 45 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 b4ef508..8281040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,51 +157,6 @@
</exclusion>
</exclusions>
</dependency>
-
</dependencies>
-
- <build>
- <plugins>
- <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</version>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>idwsfconsumer-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.2</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>
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list