Package org.basepom.mojo.propertyhelper
Class IncrementNumbersMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
org.basepom.mojo.propertyhelper.IncrementNumbersMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="inc",
threadSafe=true)
public final class IncrementNumbersMojo
extends AbstractPropertyHelperMojo
Fetches the defined numbers, adds properties and increments all numbers.
-
Field Summary
Fields inherited from class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
activeGroups, basedir, dates, LOG, macroMap, macros, numberFields, numbers, onDuplicateProperty, onMissingProperty, project, propertyGroups, settings, strings, uuids, valueCacheFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidSubclasses need to implement this method.Methods inherited from class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
execute, getBasedir, getMacros, getNumbers, getProject, getSettings, loadPropertyElementsMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
IncrementNumbersMojo
public IncrementNumbersMojo()
-
-
Method Details
-
doExecute
Description copied from class:AbstractPropertyHelperMojoSubclasses need to implement this method.- Specified by:
doExecutein classAbstractPropertyHelperMojo- Throws:
IOExceptionorg.apache.maven.plugin.MojoExecutionException
-