o adding method to handle classifiers

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-15 18:23:31 +00:00
parent 350b8d30e7
commit a742eb2cba
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public interface RepositorySystem
Artifact createProjectArtifact( String groupId, String artifactId, String version );
Artifact createArtifactWithClassifier( String groupId, String artifactId, String version, String type, String classifier );
Artifact createPluginArtifact( Plugin plugin );
Artifact createDependencyArtifact( Dependency dependency );