[ http://jira.codehaus.org/browse/MNG-826?page=all ]
Stephane Nicoll closed MNG-826:
-------------------------------
Resolution: Fixed
Fix Version: 2.0-beta-1
- Jar dependencies are not included in the generated application.xml ; Hence
'library' is the default behavior and has been removed
- Added includeInApplicationXml property on JavaModule to allow it to be
included in the generated application.xml
> Add a property to exclude all java modules ('jar') from application.xml
> generation
> ----------------------------------------------------------------------------------
>
> Key: MNG-826
> URL: http://jira.codehaus.org/browse/MNG-826
> Project: Maven 2
> Type: Improvement
> Components: maven-plugins
> Reporter: Edward Yakop
> Assignee: Stephane Nicoll
> Fix For: 2.0-beta-1
>
>
> 1 Need a way to mark all transitive dependency of a java module to be marked
> library *hence, added the module as class path item inside MANIFEST.MF and
> excluded during generation of application.xml*
> * This is very useful for project that needs bundling of 3rd party library
> but we don't have to *mess* up the ear pom.xml by declaring every single
> items that depends of 3rd party library .
> 2 Need a way to mark all transitive dependency of a java module to be marked
> excluded *hence, excluded during generation of application.xml*
> * To make this feature to be consistent with the first comment.
--
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]