[java-identity-provider] branch main updated: JPAR-190 add ~/.m2/... checking to our build

Rod Widdowson rdw at steadingsoftware.com
Thu Oct 14 15:10:46 UTC 2021


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=e17963ad64816aa0de5b214784abd9106ece9210

The following commit(s) were added to refs/heads/main by this push:
     new e17963ad6 JPAR-190 add ~/.m2/... checking to our build
e17963ad6 is described below

commit e17963ad64816aa0de5b214784abd9106ece9210
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 14 16:10:28 2021 +0100

    JPAR-190 add ~/.m2/... checking to our build
    
    https://shibboleth.atlassian.net/browse/JPAR-190
    
    Turn off M2 checking by default
---
 idp-distribution/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 3244fc977..27cbbad66 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -270,7 +270,6 @@
                                     <parentPomDir>${basedir}/../idp-parent</parentPomDir>
                                     <jarDirs>${project.build.directory}/${idp.finalName}/bin/lib ${project.build.directory}/${idp.finalName}/webapp/WEB-INF/lib</jarDirs>
                                     <checkSignatures>true</checkSignatures>
-<checkM2>true</checkM2>
                                     <checkDependencies>true</checkDependencies>
                                     <listJarSources>false</listJarSources>
                                     <artifactMap>${basedir}/src/main/enforcer/artifactMap.properties</artifactMap>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list