[ http://jira.codehaus.org/browse/MNG-826?page=all ]

Stephane Nicoll updated MNG-826:
--------------------------------

    Description: 
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.

  was:
Improvment of the exclusion/inclusion mechanism: for now this is working based 
on dependencies wich are neither test nor provided. Need also to handle jar 
modules which needs to be declared in a

<module>
  <java>[...]</java>
</module>

entry. 

        Summary: Add a property to exclude all java modules ('jar') from 
application.xml generation  (was: Improve the declaration of 3rd party library 
and exclusion)

> 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

>
>
> 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]

Reply via email to