Package org.apache.maven.plugin.deploy
Class DeployMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.maven.plugin.deploy.AbstractDeployMojo
-
- org.apache.maven.plugin.deploy.DeployMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="deploy", defaultPhase=DEPLOY, threadSafe=true) public class DeployMojo extends AbstractDeployMojo
Deploys an artifact to remote repository.- Version:
- $Id: DeployMojo.java 1620080 2014-08-23 21:34:57Z khmarbaise $
- Author:
- Emmanuel Venisse, John Casey (refactoring only)
-
-
Field Summary
-
Fields inherited from class org.apache.maven.plugin.deploy.AbstractDeployMojo
artifactFactory, updateReleaseInfo
-
-
Constructor Summary
Constructors Constructor Description DeployMojo()
-
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
-
-