org.bsc.maven.plugin.libutils
Class RollbackPomUpdateMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.bsc.maven.plugin.libutils.AbstractDeployMojo
org.bsc.maven.plugin.libutils.RollbackPomUpdateMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Constants
@Mojo(name="rollback",
requiresProject=true)
public class RollbackPomUpdateMojo- extends AbstractDeployMojo
- implements Constants
Restore POM from backup
- Author:
- softphone
|
Field Summary |
protected org.apache.maven.project.MavenProject |
project
|
| 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 |
project
@Component
protected org.apache.maven.project.MavenProject project
RollbackPomUpdateMojo
public RollbackPomUpdateMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Specified by:
execute in class AbstractDeployMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2009-2013. All Rights Reserved.