mirror of
https://github.com/apache/maven.git
synced 2025-02-28 05:39:15 +00:00
o silence more of the logging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@700873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50828967ee
commit
779680fe7f
@ -103,7 +103,7 @@ public void findModelFromRepository( Artifact artifact, List remoteArtifactRepos
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
getLogger().warn( "Attempting to build MavenProject instance for Artifact (" + artifact.getGroupId() + ":" +
|
getLogger().debug( "Attempting to build MavenProject instance for Artifact (" + artifact.getGroupId() + ":" +
|
||||||
artifact.getArtifactId() + ":" + artifact.getVersion() + ") of type: " + artifact.getType() +
|
artifact.getArtifactId() + ":" + artifact.getVersion() + ") of type: " + artifact.getType() +
|
||||||
"; constructing POM artifact instead." );
|
"; constructing POM artifact instead." );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user