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:
Jason van Zyl 2005-11-05 18:08:38 +00:00
parent 3edcf5dda5
commit 363f82e42d
1 changed files with 1 additions and 1 deletions

View File

@ -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 )