mirror of https://github.com/apache/maven.git
PR: MNG-790
trace was too verbose for a warning git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@240374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cafb004caf
commit
ffb317c27d
|
@ -359,7 +359,8 @@ public class DefaultMavenProjectBuilder
|
|||
}
|
||||
catch ( ArtifactResolutionException e )
|
||||
{
|
||||
getLogger().warn( "Error updating POM - using existing version", e );
|
||||
getLogger().warn( "Error updating POM - using existing version" );
|
||||
getLogger().debug( "Cause", e );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue