Class SnapshotTransformation
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.artifact.transform.AbstractVersionTransformation
org.apache.maven.artifact.transform.SnapshotTransformation
- All Implemented Interfaces:
ArtifactTransformation
,org.codehaus.plexus.logging.LogEnabled
- Version:
- $Id: SnapshotTransformation.java,v 1.1 2005/03/03 15:37:25 jvanzyl Exp $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private static final TimeZone
private static final String
Fields inherited from class org.apache.maven.artifact.transform.AbstractVersionTransformation
repositoryMetadataManager, wagonManager
Fields inherited from interface org.apache.maven.artifact.transform.ArtifactTransformation
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
constructVersion
(org.apache.maven.artifact.repository.metadata.Versioning versioning, String baseVersion) static DateFormat
private int
resolveLatestSnapshotBuildNumber
(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository) void
transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for distributing toa remote repository.void
transformForInstall
(Artifact artifact, ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for locating in the local repository.void
transformForResolve
(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for locating in the remote repository.Methods inherited from class org.apache.maven.artifact.transform.AbstractVersionTransformation
resolveVersion
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
deploymentTimestamp
-
UTC_TIME_ZONE
-
UTC_TIMESTAMP_PATTERN
- See Also:
-
-
Constructor Details
-
SnapshotTransformation
public SnapshotTransformation()
-
-
Method Details
-
transformForResolve
public void transformForResolve(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) throws ArtifactResolutionException Description copied from interface:ArtifactTransformation
Take in a artifact and return the transformed artifact for locating in the remote repository. If no transformation has occured the original artifact is returned.- Parameters:
artifact
- Artifact to be transformed.remoteRepositories
- the repositories to checklocalRepository
- the local repository- Throws:
ArtifactResolutionException
-
transformForInstall
Description copied from interface:ArtifactTransformation
Take in a artifact and return the transformed artifact for locating in the local repository. If no transformation has occured the original artifact is returned.- Parameters:
artifact
- Artifact to be transformed.localRepository
- the local repository it will be stored in
-
transformForDeployment
public void transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) throws ArtifactDeploymentException Description copied from interface:ArtifactTransformation
Take in a artifact and return the transformed artifact for distributing toa remote repository. If no transformation has occured the original artifact is returned.- Parameters:
artifact
- Artifact to be transformed.remoteRepository
- the repository to deploy tolocalRepository
- the local repository- Throws:
ArtifactDeploymentException
-
getDeploymentTimestamp
-
constructVersion
protected String constructVersion(org.apache.maven.artifact.repository.metadata.Versioning versioning, String baseVersion) - Specified by:
constructVersion
in classAbstractVersionTransformation
-
resolveLatestSnapshotBuildNumber
private int resolveLatestSnapshotBuildNumber(Artifact artifact, ArtifactRepository localRepository, ArtifactRepository remoteRepository) throws RepositoryMetadataResolutionException -
getUtcDateFormatter
-