Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5
-
None
-
None
Description
While running Maven with the default logging level, it shows the following text in my console.
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ project --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources.
Reason seems to be, that the contextualize() is called before the plugin is fully setup, so there's no proper logger yet.
Please remove this debug-line.