[java-identity-provider] branch maint-4.1 updated: Remove enforcer for deploy to work
Phil Smart
philip.smart at jisc.ac.uk
Wed Jan 19 14:31:27 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch maint-4.1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=cdf10e78e10a39bdf44f2c8aad81438410db5498
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new cdf10e78e Remove enforcer for deploy to work
cdf10e78e is described below
commit cdf10e78e10a39bdf44f2c8aad81438410db5498
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jan 19 14:31:14 2022 +0000
Remove enforcer for deploy to work
---
idp-distribution/pom.xml | 56 ------------------------------------------------
1 file changed, 56 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 92a5c6c25..58b9de686 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -19,7 +19,6 @@
<properties>
<idp.finalName>shibboleth-identity-provider-${project.version}</idp.finalName>
<idp.assemblyDirectory>${project.build.directory}/${idp.finalName}</idp.assemblyDirectory>
- <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
</properties>
<dependencies>
@@ -247,62 +246,7 @@
<tarLongFileMode>gnu</tarLongFileMode>
</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.0</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.0</dataVersion>
- <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
- <parentPomDir>${basedir}/../idp-parent</parentPomDir>
- <zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
- <tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
- <checkSignatures>true</checkSignatures>
- <checkDependencies>true</checkDependencies>
- <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
- <pomVersionMismatchFatal>false</pomVersionMismatchFatal>
- <listJarSources>false</listJarSources>
- <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
- </jarEnforcer>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
- <!-- Add the snap shot repository which allows us to specify the SNAPSHOT jar enforcer above -->
- <pluginRepositories>
- <pluginRepository>
- <id>shib-snapshot</id>
- <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list