Class AbstractAnnouncementMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.changes.AbstractChangesMojo
org.apache.maven.plugins.changes.announcement.AbstractAnnouncementMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AnnouncementMailMojo,AnnouncementMojo
Abstract superclass for announcement mojos.
- Since:
- 2.3
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanThis will cause the execution to be run only at the top of a given module tree.Fields inherited from class org.apache.maven.plugins.changes.AbstractChangesMojo
basedir, mavenSessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugins.changes.AbstractChangesMojo
isThisTheExecutionRootMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
runOnlyAtExecutionRoot
@Parameter(property="announcement.runOnlyAtExecutionRoot", defaultValue="false") protected boolean runOnlyAtExecutionRootThis will cause the execution to be run only at the top of a given module tree. That is, run in the project contained in the same folder where the mvn execution was launched.- Since:
- 2.3
-
-
Constructor Details
-
AbstractAnnouncementMojo
public AbstractAnnouncementMojo()
-