o merged r566641 from branch (added more warn stuff)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@566642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Siveton 2007-08-16 10:15:45 +00:00
parent 8a889ceadf
commit eb6f1b00dd
1 changed files with 3 additions and 1 deletions

View File

@ -519,7 +519,9 @@ public class DefaultMavenProjectBuilder
}
else
{
getLogger().warn( "Attempting to build MavenProject instance for Artifact of type: " + artifact.getType() + "; constructing POM artifact instead." );
getLogger().warn( "Attempting to build MavenProject instance for Artifact (" + artifact.getGroupId() + ":"
+ artifact.getArtifactId() + ":" + artifact.getVersion() + ") of type: "
+ artifact.getType() + "; constructing POM artifact instead." );
projectArtifact = artifactFactory.createProjectArtifact( artifact.getGroupId(),
artifact.getArtifactId(),