Baptiste Mathus commented on Improvement MOJO-1909

I think it's better to output the first log and set to debug the conversion into regex:
ndex: src/main/java/org/apache/maven/plugins/enforcer/BanDuplicateClasses.java
===================================================================
— src/main/java/org/apache/maven/plugins/enforcer/BanDuplicateClasses.java (rĂ©vision 17995)
+++ src/main/java/org/apache/maven/plugins/enforcer/BanDuplicateClasses.java (copie de travail)
@@ -271,7 +271,7 @@
log.info( prefix + "Adding ignore: " + ignore );
ignore = ignore.replace( '.', '/' );
String pattern = asRegex( ignore );

  • log.info( prefix + "Ignore: " + ignore + " maps to regex " + pattern );
    + log.debug( prefix + "Ignore: " + ignore + " maps to regex " + pattern );
    ignorableDependency.ignores.add( Pattern.compile( pattern ) );
    }
    }
    instead.

I'm going to commit it that way. If you have strong feeling about it, please tell me.
A release is in the pipe in the next few days, so it's the right moment to adjust .

Cheers

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to