mirror of https://github.com/apache/maven.git
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:
parent
235cf9a0d5
commit
7073a7c7ad
|
@ -86,6 +86,11 @@ public class DefaultArtifact
|
||||||
|
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
|
||||||
|
if ( classifier == null )
|
||||||
|
{
|
||||||
|
classifier = artifactHandler.getClassifier();
|
||||||
|
}
|
||||||
|
|
||||||
this.classifier = classifier;
|
this.classifier = classifier;
|
||||||
|
|
||||||
validateIdentity();
|
validateIdentity();
|
||||||
|
|
Loading…
Reference in New Issue