[ http://jira.codehaus.org/browse/MNG-563?page=all ]
Vincent Massol closed MNG-563:
------------------------------
Assign To: Vincent Massol
Resolution: Won't Fix
Generation of application.xml is already implemented. See MNG-148.
Stephane, open a new issue if you want for integrating it in the lifecycle.
> Add generation of application.xml in EAR plugin
> -----------------------------------------------
>
> Key: MNG-563
> URL: http://jira.codehaus.org/browse/MNG-563
> Project: Maven 2
> Type: New Feature
> Components: maven-plugins
> Versions: 2.0-alpha-3
> Reporter: Vincent Massol
> Assignee: Vincent Massol
> Attachments: maven-core-ear-lifecycle.patch, maven-ear-lifecycle.patch
>
>
> It sems the current version in SVN trunk does not support generating the
> application.xml file. It does support adding EAR modules though. Generating
> application.xml would allow not having to hardcode the modules nor the
> version in the application.xml file. For example:
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application
> 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
> <application>
> <display-name>Simple EAR for testing</display-name>
> <module>
> <web>
> <web-uri>simple-war-0.6-SNAPSHOT.war</web-uri>
> <context-root>/simpleweb</context-root>
> </web>
> </module>
> </application>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]