mirror of https://github.com/apache/maven.git
Fixing debug message that snuck in as info log-level.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@602156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b7ca6bc0e
commit
a104251412
|
@ -106,8 +106,6 @@ public class DefaultBuildExtensionScanner
|
|||
scanInternal( pom, request, new ArrayList(), Collections.singletonList( pom ) );
|
||||
}
|
||||
|
||||
// TODO: Use a build-context cache object for visitedModelIdx and reactorFiles,
|
||||
// once we move to just-in-time project scanning.
|
||||
private void scanInternal( File pom,
|
||||
MavenExecutionRequest request,
|
||||
List visitedModelIds,
|
||||
|
@ -319,8 +317,7 @@ public class DefaultBuildExtensionScanner
|
|||
Set managedPluginsWithExtensionsFlag )
|
||||
throws ExtensionScanningException
|
||||
{
|
||||
// FIXME: Fix the log level here.
|
||||
getLogger().info( "Checking " + model.getId() + " for extensions." );
|
||||
getLogger().debug( "Checking " + model.getId() + " for extensions." );
|
||||
|
||||
Build build = model.getBuild();
|
||||
|
||||
|
|
Loading…
Reference in New Issue