@Mojo(name="route",
defaultPhase=DEPLOY)
public class RouteMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
org.apache.maven.artifact.factory.ArtifactFactory |
artifactFactory |
protected org.apache.maven.execution.MavenSession |
mavenSession
The Maven Session Object
|
protected org.apache.maven.plugin.BuildPluginManager |
pluginManager
The Maven BuildPluginManager Object
|
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object
|
| Constructor and Description |
|---|
RouteMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(required=true,
readonly=true,
property="project")
protected org.apache.maven.project.MavenProject project
@Parameter(required=true,
readonly=true,
property="session")
protected org.apache.maven.execution.MavenSession mavenSession
@Component protected org.apache.maven.plugin.BuildPluginManager pluginManager
@Component public org.apache.maven.artifact.factory.ArtifactFactory artifactFactory
Copyright © 2014 Atlassian. All rights reserved.