Route logging properly in Maven.

This commit is contained in:
Michael Bayne
2014-01-22 12:15:57 -08:00
parent 2f94b15c15
commit fe9d8f4d5c
2 changed files with 17 additions and 19 deletions
@@ -121,6 +121,8 @@ public class ComponentBundlerMojo extends AbstractMojo
ComponentBundler bundler = new ComponentBundler(mapFile, actionDef) {
@Override protected boolean keepRawPngs () { return keepRawPngs; }
@Override protected boolean uncompressed () { return false; }
@Override protected void logInfo (String message) { getLog().info(message); }
@Override protected void logWarn (String message) { getLog().warn(message); }
};
if (bundleDirectories == null) {