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:
Brett Leslie Porter 2005-09-03 07:05:42 +00:00
parent 6d3dbc96c7
commit d3cd4ef4b4
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}
} }