Package org.bsc.maven.plugin.libutils
Class CommitPomUpdateMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bsc.maven.plugin.libutils.CommitPomUpdateMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.project.MavenProject
project
-
Fields inherited from interface org.bsc.maven.plugin.libutils.Constants
DEPENDENCIES_FILENAME, POM_BACKUP_FILENAME
-
-
Constructor Summary
Constructors Constructor Description CommitPomUpdateMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
- Specified by:
execute
in interfaceorg.apache.maven.plugin.Mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
-