DefaultArtifactFactory
static final String
ROLE
Artifact
createArtifact(String groupId, String artifactId, String version, String scope, String type)
createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier)
createBuildArtifact(String groupId, String artifactId, String version, String packaging)
createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope)
createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, boolean optional)
createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope)
createDependencyArtifact(String groupId, String artifactId, VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional)
createExtensionArtifact(String groupId, String artifactId, VersionRange versionRange)
createParentArtifact(String groupId, String artifactId, String version)
createPluginArtifact(String groupId, String artifactId, VersionRange versionRange)
createProjectArtifact(String groupId, String artifactId, String version)
createProjectArtifact(String groupId, String artifactId, String version, String scope)