mirror of https://github.com/apache/maven.git
add a little more space
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcc5a09105
commit
a7bae20ee8
|
@ -105,14 +105,14 @@ public class MavenMetadataSource
|
||||||
}
|
}
|
||||||
|
|
||||||
String message = "\n This artifact has been relocated to " + artifact.getGroupId() + ":" +
|
String message = "\n This artifact has been relocated to " + artifact.getGroupId() + ":" +
|
||||||
artifact.getArtifactId() + ":" + artifact.getVersion() + ".\n\n";
|
artifact.getArtifactId() + ":" + artifact.getVersion() + ".\n";
|
||||||
|
|
||||||
if ( relocation.getMessage() != null )
|
if ( relocation.getMessage() != null )
|
||||||
{
|
{
|
||||||
message += relocation.getMessage();
|
message += " " + relocation.getMessage() + "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
getLogger().warn( message );
|
getLogger().warn( message + "\n" );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue