Package org.basepom.mojo.propertyhelper
Class GetPropertiesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
org.basepom.mojo.propertyhelper.GetPropertiesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="get",
threadSafe=true)
public final class GetPropertiesMojo
extends AbstractPropertyHelperMojo
Fetches the defined numbers and add properties.
-
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, valueCache
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
Subclasses need to implement this method.Methods inherited from class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
execute, getBasedir, getMacros, getNumbers, getProject, getSettings, loadPropertyElements
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GetPropertiesMojo
public GetPropertiesMojo()
-
-
Method Details
-
doExecute
Description copied from class:AbstractPropertyHelperMojo
Subclasses need to implement this method.- Specified by:
doExecute
in classAbstractPropertyHelperMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
IOException
-