public class ReactorTag extends MavenTag
| Constructor and Description |
|---|
ReactorTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterLaunchGoals(Project project)
This method is running after launching project goals.
|
void |
afterProject(Project project)
This method is running after launching a project.
|
void |
beforeLaunchGoals(Project project)
This method is running before launching project goals.
|
void |
beforeProject(Project project)
This method is running before launching a project.
|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Execute the body of the reactor tag.
|
java.lang.String |
getBanner()
Get the banner to be displayed for project while it
is being processed.
|
java.io.File |
getBasedir()
Getter for the basedir property
|
java.lang.String |
getExcludes()
Get the excludes used to find projects.
|
java.lang.String |
getGlob()
Get the glob used to find projects.
|
java.lang.String |
getIncludes()
Get the includes used to find projects.
|
boolean |
getPostProcessing()
Get the postProcessing attribute.
|
java.util.List |
getProjectList()
Get the project list.
|
void |
onDependencyResolutionException(java.lang.Exception e)
This method is running when an exception occurs in
dependency resolution.
|
void |
onException(Project project,
java.lang.Exception e)
This method is running when an exception occurs whatever
the ignoreFailures value.
|
void |
setBanner(java.lang.String banner)
Set the banner to be displayed for each project while
it is being processed.
|
void |
setBasedir(java.io.File basedir)
Setter for the basedir property
XXX if the method it overrides is deprecated, is this also deprecated?
|
void |
setCollectionVar(java.lang.String collectionVar)
Set the collectionVar attribute.
|
void |
setCollectOnly(boolean collectOnly)
Set the collectOnly attribute.
|
void |
setExcludes(java.lang.String excludes)
Set the excludes used to find projects.
|
void |
setGlob(java.lang.String glob)
Deprecated.
Use includes/excludes instead.
|
void |
setIncludes(java.lang.String includes)
Set the includes used to find projects.
|
void |
setPostProcessing(boolean postProcessing)
Set the postProcessing attribute.
|
void |
setProjectList(java.util.List projectList)
Set the project list.
|
void |
setSort(boolean sort) |
getDescriptor, getGoals, isIgnoreFailures, setDescriptor, setGoals, setIgnoreFailurescheckAttribute, getMavenContextfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void setProjectList(java.util.List projectList)
projectList - the project listpublic java.util.List getProjectList()
public void setBasedir(java.io.File basedir)
setBasedir in class MavenTagbasedir - the base directory for execution of the projectpublic java.io.File getBasedir()
public void setSort(boolean sort)
public void setCollectOnly(boolean collectOnly)
collectOnly - if true, don't execute project goals; simply
gather the sorted project collection and store. Otherwise,
operate as before (execute either specified goals or default goal
for each project).public void setCollectionVar(java.lang.String collectionVar)
collectionVar - The context variable for the project collection
discovered here.public void setPostProcessing(boolean postProcessing)
postProcessing - public boolean getPostProcessing()
public void setGlob(java.lang.String glob)
glob - The glob used to find projects.public java.lang.String getGlob()
public void setIncludes(java.lang.String includes)
includes - The includes used to find projects.public java.lang.String getIncludes()
public void setExcludes(java.lang.String excludes)
excludes - The excludes used to find projects.public java.lang.String getExcludes()
public void setBanner(java.lang.String banner)
banner - The banner to use for each processed project.public java.lang.String getBanner()
public void doTag(org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.MissingAttributeException,
org.apache.commons.jelly.JellyTagException
public void beforeProject(Project project)
project - the currentProjectpublic void beforeLaunchGoals(Project project)
project - the currentProjectpublic void afterLaunchGoals(Project project)
project - the currentProjectpublic void afterProject(Project project)
project - the currentProjectpublic void onException(Project project, java.lang.Exception e)
project - the currentProjecte - the exceptionpublic void onDependencyResolutionException(java.lang.Exception e)
e - the exceptionCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.