|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MOJO-1909) don't log all classes... JIRA
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... JIRA
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... Baptiste Mathus (JIRA)
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... Baptiste Mathus (JIRA)
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... Baptiste Mathus (JIRA)
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... JIRA
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... JIRA
- [mojo-dev] [jira] (MOJO-1909) don't log all cl... Baptiste Mathus (JIRA)

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.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