jira-importer commented on issue #284: URL: https://github.com/apache/maven-war-plugin/issues/284#issuecomment-2967858383
**[Patrick Huber](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=phuber)** commented Is it enough to just exclude immediate dependencies or do I have to go trough the complete tree and exclude dependencies in deeper nested levels too? A switch to omit all dependencies would be nice, because in our case we have one common data model which is included in the war anyways and that's all we need... Adding this feature would probably require changes to the war and ear plugins. I don't think this could be done in the ejb plugin, that would probably require another pom for the client only. We use EJB3, is it possible to move the business-interface to an other project and in the client omit the ejb-client dependency entirely (leaving the remote interface inside the ejb project) and then only include the project with the business-interface, having ensured all required dependencies are present on the client side already? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org