[java-parent-project] branch main updated: Move to latest maven enforcer and turn on zip file checking

Rod Widdowson rdw at steadingsoftware.com
Sun Nov 5 15:01:08 UTC 2023


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

rdw pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=ef37acd341cafab6a9a86a560d2a1aee64ecb1f8

The following commit(s) were added to refs/heads/main by this push:
     new ef37acd  Move to latest maven enforcer and turn on zip file checking
ef37acd is described below

commit ef37acd341cafab6a9a86a560d2a1aee64ecb1f8
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Nov 5 14:51:46 2023 +0000

    Move to latest maven enforcer and turn on zip file checking
    
    This can be rolled back for release if needs be.
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 857d4d4..fcd0a33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,8 @@
         <xmlsec.version>3.0.3</xmlsec.version>
         <xmlunit.version>2.9.1</xmlunit.version>
 
-        <maven-dist-enforcer.version>3.2.0</maven-dist-enforcer.version>
+        <maven-dist-enforcer.version>3.3.0-SNAPSHOT</maven-dist-enforcer.version>
+        <maven-dist-enforcer.zipsInM2Check>true</maven-dist-enforcer.zipsInM2Check>
         <maven-dist-enforcer-data.version>1.0.15-SNAPSHOT</maven-dist-enforcer-data.version>
         <maven-dist-enforcer-data.m2ReportPath>${basedir}/target/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
 
@@ -1003,6 +1004,7 @@
                                             <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                             <listJarSources>false</listJarSources>
                                             <checkM2>true</checkM2>
+                                            <zipsInM2Check>${maven-dist-enforcer.zipsInM2Check}</zipsInM2Check>
                                             <m2ReportPath>${maven-dist-enforcer-data.m2ReportPath}</m2ReportPath>
                                         </jarEnforcer>
                                     </rules>

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


More information about the commits mailing list