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.
Metadata for the group directory of the repository.
-
Field Summary
Fields inherited from interface RepositoryMetadata
RELEASE, RELEASE_OR_SNAPSHOT, SNAPSHOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPluginMapping(String goalPrefix, String artifactId) Deprecated.voidaddPluginMapping(String goalPrefix, String artifactId, String name) Deprecated.Deprecated.Deprecated.Deprecated.getKey()Deprecated.Deprecated.Get the repository the metadata was located in.booleanDeprecated.Whether this represents a snapshot.voidsetRepository(ArtifactRepository remoteRepository) Deprecated.Set the repository the metadata was located in.booleanDeprecated.Whether this metadata should be stored alongside the artifact.booleanDeprecated.Whether this metadata should be stored alongside the group.Methods inherited from class AbstractRepositoryMetadata
createMetadata, createVersioning, extendedToString, getLocalFilename, getMetadata, getNature, getPolicy, getRemoteFilename, merge, merge, setMetadata, storeInLocalRepository, toString, updateRepositoryMetadata
-
Constructor Details
-
GroupRepositoryMetadata
Deprecated.
-
-
Method Details
-
storedInGroupDirectory
public boolean storedInGroupDirectory()Deprecated.Description copied from interface:ArtifactMetadataWhether 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:ArtifactMetadataWhether this metadata should be stored alongside the artifact.- Returns:
- whether this metadata should be stored alongside the artifact
-
getGroupId
Deprecated. -
getArtifactId
Deprecated. -
getBaseVersion
Deprecated. -
addPluginMapping
-
addPluginMapping
-
getKey
Deprecated. -
isSnapshot
public boolean isSnapshot()Deprecated.Description copied from interface:RepositoryMetadataWhether this represents a snapshot.- Returns:
- if it is a snapshot
-
getRepository
Deprecated.Description copied from interface:RepositoryMetadataGet the repository the metadata was located in.- Returns:
- the repository
-
setRepository
Deprecated.Description copied from interface:RepositoryMetadataSet the repository the metadata was located in.- Parameters:
remoteRepository- the repository
-