> You can use these jars only at compile time and not at package time. For
> example, you can have the following in your pom.xml:
>
> <scope>compile</scope>
>
> This will not include log4j.jar into your war.

This is simply false. The proper scope for "use at compile time but do
not include in package" is "provided". But the first post mentioned
"skinny wars" so he knows about this, I assume.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to