[java-identity-provider] 01/02: GEN-311 Stop populating/maintaining the third party repo.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 12 11:19:26 UTC 2022


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=91c66217caa16df5397c45796f12b033b64d9221

commit 91c66217caa16df5397c45796f12b033b64d9221
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 11:14:24 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.
---
 idp-bom/.check-m2        | 1 +
 idp-distribution/pom.xml | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/idp-bom/.check-m2 b/idp-bom/.check-m2
new file mode 100644
index 000000000..048849a05
--- /dev/null
+++ b/idp-bom/.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/idp-distribution/pom.xml b/idp-distribution/pom.xml
index fd5d29517..2e6dcdf89 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>
@@ -254,7 +253,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>
@@ -269,7 +268,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}/../idp-parent</parentPomDir>
                                     <zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
@@ -278,7 +277,7 @@
                                     <checkDependencies>true</checkDependencies>
 				    <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                     <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