org.apache.maven.plugin.ear

Class EarMojo

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

UNKNOWN: ear package test

Method Summary
voidexecute()
StringgetApplicationXml()
protected String[]getExcludes()
Returns a string array of the excludes to be used when assembling/copying the ear.
protected String[]getIncludes()
Returns a string array of the includes to be used when assembling/copying the ear.
voidsetApplicationXml(String applicationXml)

Method Detail

execute

public void execute()

getApplicationXml

public String getApplicationXml()

getExcludes

protected 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 String[] getIncludes()
Returns a string array of the includes to be used when assembling/copying the ear.

Returns: an array of tokens to include

setApplicationXml

public void setApplicationXml(String applicationXml)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.