[java-identity-provider] branch maint-4.1 updated: JPAR-190 Add (optional) M2 check to idp-distribution

Rod Widdowson rdw at steadingsoftware.com
Mon Jan 17 10:47:24 UTC 2022


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

rdw 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=1b2502e5cb50cadf7e64d08a3e5687d3bc8d729c

The following commit(s) were added to refs/heads/maint-4.1 by this push:
     new 1b2502e5c JPAR-190 Add (optional) M2 check to idp-distribution
1b2502e5c is described below

commit 1b2502e5cb50cadf7e64d08a3e5687d3bc8d729c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 17 10:47:05 2022 +0000

    JPAR-190 Add (optional) M2 check to idp-distribution
    
    https://shibboleth.atlassian.net/browse/JPAR-190
---
 idp-distribution/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 4c20b0c36..0ff365a6e 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -19,6 +19,7 @@
     <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>
@@ -278,7 +279,7 @@
                                     <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                     <pomVersionMismatchFatal>false</pomVersionMismatchFatal>
                                     <listJarSources>false</listJarSources>
-                                    <checkM2>false</checkM2>
+                                    <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</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