[java-idp-plugin-totp] branch main updated: Fix checkM2 property in enforcer.

Scott Cantor cantor.2 at osu.edu
Tue Apr 1 13:33:14 UTC 2025


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

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=0f17240635332fd71fe6c905410dfe1d283f894f

The following commit(s) were added to refs/heads/main by this push:
     new 0f17240  Fix checkM2 property in enforcer.
0f17240 is described below

commit 0f17240635332fd71fe6c905410dfe1d283f894f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 1 09:33:08 2025 -0400

    Fix checkM2 property in enforcer.
---
 totp-dist/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 3181cff..7b5ef85 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -93,11 +93,11 @@
                                     <dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
                                     <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
                                     <parentPomDir>${basedir}/..</parentPomDir>
-                                    <tgzFiles>${project.build.directory}/${dist.finalName}.tar.gz</tgzFiles>
+                                    <tgzFiles>${project.build.directory}/${dist.nimbus.finalName}.tar.gz</tgzFiles>
                                     <checkSignatures>true</checkSignatures>
                                     <checkDependencies>true</checkDependencies>
                                     <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