org.apache.maven.artifact.deployer
public class DefaultArtifactDeployer extends AbstractLogEnabled implements ArtifactDeployer
Method Summary | |
---|---|
void | deploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository) |
void | deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository) |
Deprecated: we want to use the artifact method only, and ensure artifact.file is set correctly.