org.apache.maven.artifact.deployer
Class DefaultArtifactDeployer

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.artifact.deployer.DefaultArtifactDeployer
All Implemented Interfaces:
ArtifactDeployer, org.codehaus.plexus.logging.LogEnabled

public class DefaultArtifactDeployer
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ArtifactDeployer


Field Summary
 
Fields inherited from interface org.apache.maven.artifact.deployer.ArtifactDeployer
ROLE
 
Constructor Summary
DefaultArtifactDeployer()
           
 
Method Summary
 void deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
           
 void deploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
          Deprecated. we want to use the artifact method only, and ensure artifact.file is set correctly.
 
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
 

Constructor Detail

DefaultArtifactDeployer

public DefaultArtifactDeployer()
Method Detail

deploy

public void deploy(String basedir,
                   String finalName,
                   Artifact artifact,
                   ArtifactRepository deploymentRepository,
                   ArtifactRepository localRepository)
            throws ArtifactDeploymentException
Deprecated. we want to use the artifact method only, and ensure artifact.file is set correctly.

Specified by:
deploy in interface ArtifactDeployer
Throws:
ArtifactDeploymentException

deploy

public void deploy(File source,
                   Artifact artifact,
                   ArtifactRepository deploymentRepository,
                   ArtifactRepository localRepository)
            throws ArtifactDeploymentException
Specified by:
deploy in interface ArtifactDeployer
Throws:
ArtifactDeploymentException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.