@Mojo(name="iterator",
defaultPhase=PACKAGE,
requiresProject=true,
threadSafe=true)
public class ExecutorMojo
extends AbstractIteratorMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.reporting.exec.MavenPluginManagerHelper |
mavenPluginManagerHelper
This is the helper class to support Maven 3.1 and before.
|
| Constructor and Description |
|---|
ExecutorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
org.apache.maven.project.MavenProject |
getMavenProject() |
org.apache.maven.execution.MavenSession |
getMavenSession() |
void |
setMavenProject(org.apache.maven.project.MavenProject mavenProject) |
void |
setMavenSession(org.apache.maven.execution.MavenSession mavenSession) |
org.codehaus.plexus.util.xml.Xpp3Dom |
toXpp3Dom(org.codehaus.plexus.configuration.PlexusConfiguration config)
Taken from MojoExecutor of Don Brown.
|
convertSortOrder, getBeginToken, getContent, getDelimiter, getEndToken, getFolder, getFolders, getItems, getIteratorName, getPlaceHolder, getSortOrder, isContentNull, isContentSet, isFolderSet, isItemsNull, isItemsSet, isSortOrderValid, setBeginToken, setContent, setDelimiter, setEndToken, setFolder, setItems, setIteratorName, setSortOrder@Component protected org.apache.maven.reporting.exec.MavenPluginManagerHelper mavenPluginManagerHelper
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic org.codehaus.plexus.util.xml.Xpp3Dom toXpp3Dom(org.codehaus.plexus.configuration.PlexusConfiguration config)
config - the PlexusConfiguration. Must not be null.public org.apache.maven.project.MavenProject getMavenProject()
public void setMavenProject(org.apache.maven.project.MavenProject mavenProject)
public org.apache.maven.execution.MavenSession getMavenSession()
public void setMavenSession(org.apache.maven.execution.MavenSession mavenSession)
Copyright © 2011–2014 SoftwareEntwicklung Beratung Schulung. All rights reserved.