public abstract class AbstractChangesMojo extends AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
basedir
The current project base directory.
|
protected MavenSession |
mavenSession
The Maven Session.
|
protected boolean |
runOnlyAtExecutionRoot
This will cause the execution to be run only at the top of a given module tree.
|
Constructor and Description |
---|
AbstractChangesMojo() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isThisTheExecutionRoot()
Returns
true if the current project is located at the Execution Root Directory (where mvn was
launched). |
getLog, getPluginContext, setLog, setPluginContext
@Parameter(property="basedir", required=true) protected String basedir
@Parameter(defaultValue="${session}", readonly=true, required=true) protected MavenSession mavenSession
@Parameter(property="changes.runOnlyAtExecutionRoot", defaultValue="false") protected boolean runOnlyAtExecutionRoot
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.