IS there a way to turn off transitive dependencies while packaging a war
file? 
I want my ejb-client in the war-packaging but it brings along all the
ejb-client dependencies. I've searched enough on this forum but cant find a
solution. 

My webapp pom has a dependency as follows..

  
  <dependencies>
    
    <dependency>
      <groupId>com-server</groupId>
      <artifactId>com-server-ejb</artifactId>
      <version>1</version>
      <type>ejb-client</type>
    </dependency>
    
  </dependencies>

Has anyone solved this isssue? 



-- 
View this message in context: 
http://www.nabble.com/Transitive-dependencies-in-war-plugin.-tf2452739.html#a6835918
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to