com.atlassian.maven.plugins.routes
Class RouteMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.routes.RouteMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class RouteMojo
- extends org.apache.maven.plugin.AbstractMojo
- implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
|
Field Summary |
protected org.apache.maven.execution.MavenSession |
mavenSession
The Maven Session Object |
protected org.apache.maven.plugin.PluginManager |
pluginManager
The Maven PluginManager Object |
protected org.apache.maven.project.MavenProject |
project
The Maven Project Object |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
protected org.apache.maven.project.MavenProject project
- The Maven Project Object
mavenSession
protected org.apache.maven.execution.MavenSession mavenSession
- The Maven Session Object
pluginManager
protected org.apache.maven.plugin.PluginManager pluginManager
- The Maven PluginManager Object
RouteMojo
public RouteMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute in interface org.apache.maven.plugin.Mojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
contextualize
public void contextualize(org.codehaus.plexus.context.Context context)
throws org.codehaus.plexus.context.ContextException
- Specified by:
contextualize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Throws:
org.codehaus.plexus.context.ContextException
Copyright © 2009 Atlassian. All Rights Reserved.