improved message: mojo source files are read, not only metadata

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1659900 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2015-02-15 08:56:06 +00:00
parent 0fec67e0eb
commit cc006dbd8e
1 changed files with 2 additions and 2 deletions

View File

@ -223,11 +223,11 @@ public abstract class AbstractGeneratorMojo
if ( encoding == null || encoding.length() < 1 ) if ( encoding == null || encoding.length() < 1 )
{ {
getLog().warn( "Using platform encoding (" + ReaderFactory.FILE_ENCODING getLog().warn( "Using platform encoding (" + ReaderFactory.FILE_ENCODING
+ " actually) to read mojo metadata, i.e. build is platform dependent!" ); + " actually) to read mojo source files, i.e. build is platform dependent!" );
} }
else else
{ {
getLog().info( "Using '" + encoding + "' encoding to read mojo metadata." ); getLog().info( "Using '" + encoding + "' encoding to read mojo source files." );
} }
try try