Package org.apache.maven.plugins.deploy
Class DeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.deploy.AbstractDeployMojo
org.apache.maven.plugins.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.
-
Field Summary
Fields inherited from class org.apache.maven.plugins.deploy.AbstractDeployMojo
repositorySystem, session
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugins.deploy.AbstractDeployMojo
deploy, getRemoteRepository, warnIfAffectedPackagingAndMaven
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DeployMojo
public DeployMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-