org.apache.maven.plugin.ear

Class GenerateApplicationXmlMojo

public class GenerateApplicationXmlMojo extends AbstractEarMojo

A Mojo that generates the application.xml deployment descriptor file.

Version: $Id: GenerateApplicationXmlMojo.java 387783 2006-03-22 07:50:36Z carlos $

Author: Stephane Nicoll

UNKNOWN: generate-application-xml generate-resources test

Field Summary
static StringUTF_8
static StringVERSION_1_3
static StringVERSION_1_4
Method Summary
voidexecute()
protected voidgenerateDeploymentDescriptor()
Generates the deployment descriptor if necessary.

Field Detail

UTF_8

public static final String UTF_8

VERSION_1_3

public static final String VERSION_1_3

VERSION_1_4

public static final String VERSION_1_4

Method Detail

execute

public void execute()

generateDeploymentDescriptor

protected void generateDeploymentDescriptor()
Generates the deployment descriptor if necessary.
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.