mirror of https://github.com/apache/maven.git
add description of artifact
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@267431 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d3dbc96c7
commit
d3cd4ef4b4
|
@ -245,4 +245,9 @@ public class ActiveProjectArtifact
|
||||||
{
|
{
|
||||||
artifact.setArtifactHandler( handler );
|
artifact.setArtifactHandler( handler );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
return "active project artifact:\n\tartifact = " + artifact + ";\n\tproject: " + project;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue