Class DefaultArtifactDeployer
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.artifact.deployer.DefaultArtifactDeployer
- All Implemented Interfaces:
org.apache.maven.artifact.deployer.ArtifactDeployer
,org.codehaus.plexus.logging.LogEnabled
public class DefaultArtifactDeployer
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.apache.maven.artifact.deployer.ArtifactDeployer
-
Field Summary
Fields inherited from interface org.apache.maven.artifact.deployer.ArtifactDeployer
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deploy
(File source, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) void
deploy
(String basedir, String finalName, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.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
-
Constructor Details
-
DefaultArtifactDeployer
public DefaultArtifactDeployer()
-
-
Method Details
-
deploy
public void deploy(String basedir, String finalName, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) throws org.apache.maven.artifact.deployer.ArtifactDeploymentException Deprecated.we want to use the artifact method only, and ensure artifact.file is set correctly.- Specified by:
deploy
in interfaceorg.apache.maven.artifact.deployer.ArtifactDeployer
- Throws:
org.apache.maven.artifact.deployer.ArtifactDeploymentException
-
deploy
public void deploy(File source, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) throws org.apache.maven.artifact.deployer.ArtifactDeploymentException - Specified by:
deploy
in interfaceorg.apache.maven.artifact.deployer.ArtifactDeployer
- Throws:
org.apache.maven.artifact.deployer.ArtifactDeploymentException
-