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:
- BeanshellPropertyMojo, LocalIpMojo, MavenVersionMojo, ParseVersionMojo, RegexPropertyMojo, ReleasedVersionMojo, TimestampPropertyMojo
public abstract class AbstractDefinePropertyMojo
- extends org.apache.maven.plugin.AbstractMojo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
AbstractDefinePropertyMojo
public AbstractDefinePropertyMojo()
defineProperty
protected void defineProperty(String name,
String value)
getProject
public org.apache.maven.project.MavenProject getProject()
- Get the current project instance.
- Returns:
- the project
Copyright © 2005-2013 Codehaus. All Rights Reserved.