[java-mvn-enforcer] branch main updated: Fix file name in error message

Rod Widdowson rdw at steadingsoftware.com
Tue Feb 1 19:23:09 UTC 2022


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=d69c6fc748bd6eedbc7fc5ee73fd2241ca9c39bb

The following commit(s) were added to refs/heads/main by this push:
     new d69c6fc  Fix file name in error message
d69c6fc is described below

commit d69c6fc748bd6eedbc7fc5ee73fd2241ca9c39bb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 1 19:23:04 2022 +0000

    Fix file name in error message
---
 src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java b/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
index 77e9342..d7ad7c1 100644
--- a/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
+++ b/src/main/java/net/shibboleth/mvn/enforcer/impl/JarEnforcer.java
@@ -188,7 +188,7 @@ public class JarEnforcer implements EnforcerRule, MavenLoader{
                 }
                 if (!m2Result) {
                     throw new EnforcerRuleException(
-                            "Signature check over ~m2 failed, check the file ./target/m2Report.txt");
+                            "Signature check over ~m2 failed, check the file ./target/m2SignatureReport.txt");
                 }
 
             }

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


More information about the commits mailing list