by default, only result of extraction is useful: turn previous message to debug only

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648953 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2015-01-01 21:52:28 +00:00
parent bfc52d95df
commit 8e51a50e0b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class DefaultMojoScanner
throw new ExtractionException( "No mojo extractor with id: " + extractorId );
}
logger.info( "Applying mojo extractor with id: " + extractorId );
logger.debug( "Applying mojo extractor with id: " + extractorId );
List<MojoDescriptor> extractorDescriptors = extractor.execute( request );