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-ffa450edef68master
parent
bfc52d95df
commit
8e51a50e0b
|
|
@ -91,7 +91,7 @@ public class DefaultMojoScanner
|
||||||
throw new ExtractionException( "No mojo extractor with id: " + extractorId );
|
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 );
|
List<MojoDescriptor> extractorDescriptors = extractor.execute( request );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue