Greetings, On Mon, Aug 30, 2010 at 5:30 AM, Ognjen Blagojevic <[email protected]> wrote: > For instance, if you define javax.mail in pom.xml: > > <dependency> > <groupId>javax.mail</groupId> > <artifactId>mail</artifactId> > <version>1.4.2</version> > <scope>provided</scope> > </dependency> > > mvn dependency:tree shows also transitive depndecy javax.activation: > > [INFO] +- javax.mail:mail:jar:1.4.2:provided (scope not updated to compile) > [INFO] | \- javax.activation:activation:jar:1.1:provided > > Which will be available at compile time, and not packed inside WAR.
You could also watch/vote for http://jira.codehaus.org/browse/MDEP-283 which would let you create these skinny WARs more or less dynamically. But certainly in an easier way than manually updating POM files. -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
