Class GroupRepositoryMetadata

java.lang.Object
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadata
org.apache.maven.artifact.repository.metadata.GroupRepositoryMetadata
All Implemented Interfaces:
ArtifactMetadata, RepositoryMetadata, ArtifactMetadata

@Deprecated public class GroupRepositoryMetadata extends AbstractRepositoryMetadata
Deprecated.
Metadata for the group directory of the repository.
  • Constructor Details

    • GroupRepositoryMetadata

      public GroupRepositoryMetadata(String groupId)
      Deprecated.
  • Method Details

    • storedInGroupDirectory

      public boolean storedInGroupDirectory()
      Deprecated.
      Description copied from interface: ArtifactMetadata
      Whether this metadata should be stored alongside the group.
      Returns:
      whether this metadata should be stored alongside the group
    • storedInArtifactVersionDirectory

      public boolean storedInArtifactVersionDirectory()
      Deprecated.
      Description copied from interface: ArtifactMetadata
      Whether this metadata should be stored alongside the artifact.
      Returns:
      whether this metadata should be stored alongside the artifact
    • getGroupId

      public String getGroupId()
      Deprecated.
    • getArtifactId

      public String getArtifactId()
      Deprecated.
    • getBaseVersion

      public String getBaseVersion()
      Deprecated.
    • addPluginMapping

      public void addPluginMapping(String goalPrefix, String artifactId)
      Deprecated.
    • addPluginMapping

      public void addPluginMapping(String goalPrefix, String artifactId, String name)
      Deprecated.
    • getKey

      public Object getKey()
      Deprecated.
    • isSnapshot

      public boolean isSnapshot()
      Deprecated.
      Description copied from interface: RepositoryMetadata
      Whether this represents a snapshot.
      Returns:
      if it is a snapshot
    • getRepository

      public ArtifactRepository getRepository()
      Deprecated.
      Description copied from interface: RepositoryMetadata
      Get the repository the metadata was located in.
      Returns:
      the repository
    • setRepository

      public void setRepository(ArtifactRepository remoteRepository)
      Deprecated.
      Description copied from interface: RepositoryMetadata
      Set the repository the metadata was located in.
      Parameters:
      remoteRepository - the repository