o Fixed classifier

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@927830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-03-26 13:00:00 +00:00
parent 5507063fc2
commit edd0eb016b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class ProjectArtifact
{ {
public String getClassifier() public String getClassifier()
{ {
return "pom"; return null;
} }
public String getDirectory() public String getDirectory()