Package org.apache.maven.plugin.deploy
Class DeployFileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugin.deploy.AbstractDeployMojo
-
- org.apache.maven.plugin.deploy.DeployFileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="deploy-file", requiresProject=false, threadSafe=true) public class DeployFileMojo extends AbstractDeployMojo
Installs the artifact in the remote repository.- Author:
- Allan Ramirez
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.deploy.AbstractDeployMojo
artifactFactory, updateReleaseInfo
-
-
Constructor Summary
Constructors Constructor Description DeployFileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
Methods inherited from class org.apache.maven.plugin.deploy.AbstractDeployMojo
deploy, getDeployer, getLocalRepository, setDeployer, setLocalRepository
-
-