org.axway.grapes.maven
Class AbstractGrapesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.axway.grapes.maven.AbstractGrapesMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- GenerateMojo, NotifyMojo
public abstract class AbstractGrapesMojo
- extends org.apache.maven.plugin.AbstractMojo
|
Field Summary |
protected boolean |
failOnError
Indicates whether the build will continue even if there are clean errors. |
protected org.apache.maven.project.MavenProject |
project
|
protected List<org.apache.maven.project.MavenProject> |
reactorProjects
The projects in the reactor. |
| 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 |
failOnError
protected boolean failOnError
- Indicates whether the build will continue even if there are clean errors.
If true, an exception will stop the maven execution on error
If false, the error will be logged the maven life cycle will continue.
project
protected org.apache.maven.project.MavenProject project
reactorProjects
protected List<org.apache.maven.project.MavenProject> reactorProjects
- The projects in the reactor.
AbstractGrapesMojo
public AbstractGrapesMojo()
Copyright © 2014. All rights reserved.