org.bsc.maven.plugin.libutils
Class CommitPomUpdateMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.bsc.maven.plugin.libutils.AbstractDeployMojo
          extended by org.bsc.maven.plugin.libutils.CommitPomUpdateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Constants

@Mojo(name="commit",
      requiresProject=true)
public class CommitPomUpdateMojo
extends AbstractDeployMojo
implements Constants

Remove backup file(s)

Author:
softphone

Field Summary
protected  org.apache.maven.project.MavenProject project
           
 
Fields inherited from interface org.bsc.maven.plugin.libutils.Constants
DEPENDENCIES_FILENAME, POM_BACKUP_FILENAME
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
CommitPomUpdateMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.bsc.maven.plugin.libutils.AbstractDeployMojo
getDeployer, getLocalRepository, setDeployer, setLocalRepository
 
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
 

Field Detail

project

@Component
protected org.apache.maven.project.MavenProject project
Constructor Detail

CommitPomUpdateMojo

public CommitPomUpdateMojo()
Method Detail

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.