Add includeInApplicationXml property in ejbModule
-------------------------------------------------

                 Key: MEAR-126
                 URL: http://jira.codehaus.org/browse/MEAR-126
             Project: Maven 2.x Ear Plugin
          Issue Type: Improvement
            Reporter: Anthony Donnefort
            Priority: Minor
         Attachments: includeInApplicationXml.patch

The ear plugin currently add all dependencies of type 'ejb' in the generated 
application.xml.
Adding the property includeInApplicationXml (already present in jarModule) to 
the ejbModule would allow to include the jar but not deploy it, for example 
when it is used as a client.
In case of the ejbModule, the default value is set to true.

The implementation is pretty straightforward and included in this patch.

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

        

Reply via email to