mirror of https://github.com/apache/maven.git
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:
parent
5507063fc2
commit
edd0eb016b
|
@ -63,7 +63,7 @@ public class ProjectArtifact
|
|||
{
|
||||
public String getClassifier()
|
||||
{
|
||||
return "pom";
|
||||
return null;
|
||||
}
|
||||
|
||||
public String getDirectory()
|
||||
|
|
Loading…
Reference in New Issue