Interface ArtifactFactory

All Known Implementing Classes:
DefaultArtifactFactory

@Deprecated public interface ArtifactFactory
Deprecated.
ArtifactFactory - deprecated
  • Field Details

  • Method Details

    • createArtifact

      org.apache.maven.artifact.Artifact createArtifact(String groupId, String artifactId, String version, String scope, String type)
      Deprecated.
    • createArtifactWithClassifier

      org.apache.maven.artifact.Artifact createArtifactWithClassifier(String groupId, String artifactId, String version, String type, String classifier)
      Deprecated.
    • createDependencyArtifact

      org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope)
      Deprecated.
    • createDependencyArtifact

      org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, boolean optional)
      Deprecated.
    • createDependencyArtifact

      org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope)
      Deprecated.
    • createDependencyArtifact

      org.apache.maven.artifact.Artifact createDependencyArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange, String type, String classifier, String scope, String inheritedScope, boolean optional)
      Deprecated.
    • createBuildArtifact

      org.apache.maven.artifact.Artifact createBuildArtifact(String groupId, String artifactId, String version, String packaging)
      Deprecated.
    • createProjectArtifact

      org.apache.maven.artifact.Artifact createProjectArtifact(String groupId, String artifactId, String version)
      Deprecated.
    • createParentArtifact

      org.apache.maven.artifact.Artifact createParentArtifact(String groupId, String artifactId, String version)
      Deprecated.
    • createPluginArtifact

      org.apache.maven.artifact.Artifact createPluginArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange)
      Deprecated.
    • createProjectArtifact

      org.apache.maven.artifact.Artifact createProjectArtifact(String groupId, String artifactId, String version, String scope)
      Deprecated.
    • createExtensionArtifact

      org.apache.maven.artifact.Artifact createExtensionArtifact(String groupId, String artifactId, org.apache.maven.artifact.versioning.VersionRange versionRange)
      Deprecated.