[java-mvn-enforcer] branch main updated: JMVN-76 Move enforcer-data forward to 2.0.4

Codeberg noreply at shibboleth.net
Fri May 15 16:09:56 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer/commit/c561eb657df232adda9143ef2256c83eb50a86ae

The following commit(s) were added to refs/heads/main by this push:
     new c561eb6  JMVN-76 Move enforcer-data forward to 2.0.4
c561eb6 is described below

commit c561eb657df232adda9143ef2256c83eb50a86ae
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 15 17:06:40 2026 +0100

    JMVN-76 Move enforcer-data forward to 2.0.4
    
    https://shibboleth.atlassian.net/browse/JMVN-76
    
    And add the actual m2 checking too while we are at it.
---
 parent/.check-m2                            |   1 +
 parent/pom.xml                              |   3 ++-
 parent/src/main/enforcer/shibbolethKeys.gpg | Bin 0 -> 55669 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/parent/.check-m2 b/parent/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/parent/.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/parent/pom.xml b/parent/pom.xml
index 000d5a8..0adf7dc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -16,7 +16,7 @@
         <maven.compiler.release>17</maven.compiler.release>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
-        <current-dist-enforcer-data.version>2.0.0</current-dist-enforcer-data.version>
+        <current-dist-enforcer-data.version>2.0.4</current-dist-enforcer-data.version>
         <m2ArtifactId>maven-dist-enforcer-data</m2ArtifactId>
         <m2GroupId>net.shibboleth.maven.enforcer.rules</m2GroupId>
         <m2Version>${current-dist-enforcer-data.version}</m2Version>
@@ -356,6 +356,7 @@ It also:
                                             <m2ArtifactId>${m2ArtifactId}</m2ArtifactId>
                                             <m2GroupId>${m2GroupId}</m2GroupId>
                                             <m2Version>${m2Version}</m2Version>
+                                            <m2ReportPath>${basedir}/m2SignatureReport.txt</m2ReportPath>
                                             <m2Type>${m2Type}</m2Type>
                                             <checkSignatures>false</checkSignatures>
                                             <checkDependencies>false</checkDependencies>
diff --git a/parent/src/main/enforcer/shibbolethKeys.gpg b/parent/src/main/enforcer/shibbolethKeys.gpg
new file mode 100644
index 0000000..6d8fc48
Binary files /dev/null and b/parent/src/main/enforcer/shibbolethKeys.gpg differ

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


More information about the commits mailing list