mirror of https://github.com/apache/maven.git
o use the correct method
http://jira.codehaus.org/browse/MNG-1432 Submitted By: Milos Kleint git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@331011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3edcf5dda5
commit
363f82e42d
|
@ -345,7 +345,7 @@ public class MavenEmbedder
|
|||
|
||||
public Artifact createArtifactWithClassifier( String groupId, String artifactId, String version, String type, String classifier )
|
||||
{
|
||||
return artifactFactory.createArtifact( groupId, artifactId, version, type, classifier );
|
||||
return artifactFactory.createArtifactWithClassifier( groupId, artifactId, version, type, classifier );
|
||||
}
|
||||
|
||||
public void resolve( Artifact artifact, List remoteRepositories, ArtifactRepository localRepository )
|
||||
|
|
Loading…
Reference in New Issue