EJB dependencies are included when using the ejb-client packaging/type ----------------------------------------------------------------------
Key: MNG-4804 URL: http://jira.codehaus.org/browse/MNG-4804 Project: Maven 2 & 3 Issue Type: Improvement Components: Dependencies Affects Versions: 2.2.1, 2.0.11 Reporter: Jeroen Ruijgers Attachments: maven-artifact-components.xml.patch When generating an EJB-client module and including it in your project, the EJB dependencies are included in your project. This is unnecessary behaviour, because the EJB with it's dependencies will be deployed separately and the only files needed are in de EJB-client library. These dependencies are easely excluded in the compontens.xml by setting the includesDependencies property from DefaultArtifactHandler. Patch attachted -- 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