Save This Page
Home » maven-2.0.9-src » org.apache » maven » artifact » deployer » [javadoc | source]
org.apache.maven.artifact.deployer
public class: DefaultArtifactDeployer [javadoc | source]
java.lang.Object
   org.codehaus.plexus.logging.AbstractLogEnabled
      org.apache.maven.artifact.deployer.DefaultArtifactDeployer

All Implemented Interfaces:
    ArtifactDeployer

Method from org.apache.maven.artifact.deployer.DefaultArtifactDeployer Summary:
deploy,   deploy
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.maven.artifact.deployer.DefaultArtifactDeployer Detail:
 public  void deploy(File source,
    Artifact artifact,
    ArtifactRepository deploymentRepository,
    ArtifactRepository localRepository) throws ArtifactDeploymentException 
 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.