use type handler's classifier

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 14:18:04 +00:00
parent 235cf9a0d5
commit 7073a7c7ad
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ public class DefaultArtifact
this.type = type;
if ( classifier == null )
{
classifier = artifactHandler.getClassifier();
}
this.classifier = classifier;
validateIdentity();