org.apache.maven.artifact.transform
Class ReleaseArtifactTransformation
java.lang.Object
  
org.codehaus.plexus.logging.AbstractLogEnabled
      
org.apache.maven.artifact.transform.AbstractVersionTransformation
          
org.apache.maven.artifact.transform.ReleaseArtifactTransformation
- All Implemented Interfaces: 
 - ArtifactTransformation, org.codehaus.plexus.logging.LogEnabled
 
public class ReleaseArtifactTransformation
- extends AbstractVersionTransformation
 
Change the version RELEASE to the appropriate release version from the remote repository.
- Version:
 
  - $Id: ReleaseArtifactTransformation.java 640549 2008-03-24 20:05:11Z bentmann $
 
- Author:
 
  - Brett Porter
 
 
 
 
 
 
 
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled | 
enableLogging, getLogger, setupLogger, setupLogger, setupLogger | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReleaseArtifactTransformation
public ReleaseArtifactTransformation()
transformForResolve
public void transformForResolve(Artifact artifact,
                                List remoteRepositories,
                                ArtifactRepository localRepository)
                         throws ArtifactResolutionException,
                                ArtifactNotFoundException
- 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
ArtifactNotFoundException
 
 
transformForInstall
public void transformForInstall(Artifact artifact,
                                ArtifactRepository localRepository)
- 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)
- 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
 
 
constructVersion
protected String constructVersion(Versioning versioning,
                                  String baseVersion)
- Specified by:
 constructVersion in class AbstractVersionTransformation
 
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.