jira-importer commented on issue #190:
URL: 
https://github.com/apache/maven-war-plugin/issues/190#issuecomment-2967849102

   **[Dirk 
Olmes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=d...@xanthippe.ping.de)**
 commented
   
   Ok, I wasn't clear enough ...
   
   The structure looks more like the following:
   
   webapp
   struts
   our-ejb-facade
   ejb1-client
   ejb2-client
   ejb3-client
   ...
   
   The problem is not the dependencies of the webapp itself, it's all the 
transitive dependencies of the our-ejb-facade module that I need to package or 
skip.
   
   I've played around with \<scope>provided\</scope> on the dependencies for 
our-ejb-facade but this is not what I want: to run from the development 
machines, I need ejb-client*, only for deployment on the production server, 
those dependencies have to be omitted. So for me it's really a packaging thing 
more than a dependency management thing.
   
   And no, I don't want to duplicate all the dependencies of our-ejb-facade in 
the webapp's pom.
   


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

Reply via email to