org.apache.maven.artifact.deployer

Class DefaultArtifactDeployer

public class DefaultArtifactDeployer extends AbstractLogEnabled implements ArtifactDeployer

Method Summary
voiddeploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
voiddeploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)

Method Detail

deploy

public 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.

deploy

public void deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.