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 1531347 2013-10-11 16:38:02Z rfscholte $
- Author:
- Emmanuel Venisse, John Casey (refactoring only)
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployMojo
public DeployMojo()
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
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.