org.apache.maven.plugin.ear
Class AbstractEarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.ear.AbstractEarMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- EarMojo, GenerateApplicationXmlMojo
public abstract class AbstractEarMojo
- extends org.apache.maven.plugin.AbstractMojo
A base class for EAR-processing related tasks.
- Version:
- $Id: AbstractEarMojo.java 392802 2006-04-09 19:00:58Z snicoll $
- Author:
- Stephane Nicoll
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 |
APPLICATION_XML_URI
public static final java.lang.String APPLICATION_XML_URI
- See Also:
- Constant Field Values
META_INF
public static final java.lang.String META_INF
- See Also:
- Constant Field Values
project
protected org.apache.maven.project.MavenProject project
- The maven project.
AbstractEarMojo
public AbstractEarMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
getModules
protected java.util.List getModules()
getProject
protected org.apache.maven.project.MavenProject getProject()
getWorkDirectory
protected java.io.File getWorkDirectory()
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.