org.apache.maven.plugin.ear
Class EarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.ear.AbstractEarMojo
          extended by org.apache.maven.plugin.ear.EarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class EarMojo
extends AbstractEarMojo

Builds J2EE Enteprise Archive (EAR) files.

Version:
$Id: EarMojo.java 392803 2006-04-09 19:09:42Z snicoll $
Author:
Stephane Nicoll

Field Summary
 
Fields inherited from class org.apache.maven.plugin.ear.AbstractEarMojo
APPLICATION_XML_URI, META_INF, project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
EarMojo()
           
 
Method Summary
 void execute()
           
 java.lang.String getApplicationXml()
           
protected  java.lang.String[] getExcludes()
          Returns a string array of the excludes to be used when assembling/copying the ear.
protected  java.lang.String[] getIncludes()
          Returns a string array of the includes to be used when assembling/copying the ear.
 void setApplicationXml(java.lang.String applicationXml)
           
 
Methods inherited from class org.apache.maven.plugin.ear.AbstractEarMojo
getModules, getProject, getWorkDirectory
 
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
 

Constructor Detail

EarMojo

public EarMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class AbstractEarMojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getApplicationXml

public java.lang.String getApplicationXml()

setApplicationXml

public void setApplicationXml(java.lang.String applicationXml)

getExcludes

protected java.lang.String[] getExcludes()
Returns a string array of the excludes to be used when assembling/copying the ear.

Returns:
an array of tokens to exclude

getIncludes

protected java.lang.String[] getIncludes()
Returns a string array of the includes to be used when assembling/copying the ear.

Returns:
an array of tokens to include


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.