Package org.codehaus.mojo.buildhelper
Class AbstractDefinePropertyMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.codehaus.mojo.buildhelper.AbstractDefinePropertyMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractRegexPropertyMojo
,BeanshellPropertyMojo
,CpuCountMojo
,LocalIpMojo
,MavenVersionMojo
,ParseVersionMojo
,ReleasedVersionMojo
,TimestampPropertyMojo
public abstract class AbstractDefinePropertyMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Constructor Summary
Constructors Constructor Description AbstractDefinePropertyMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
defineProperty(String name, String value)
org.apache.maven.project.MavenProject
getProject()
Get the current project instance.-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-