mirror of
https://github.com/apache/maven.git
synced 2025-03-09 01:59:15 +00:00
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:
parent
350b8d30e7
commit
a742eb2cba
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user