Thank you! Problem solved:

*scope*:
> This element refers to the classpath of the task at hand (compiling and
> runtime, testing, etc.) as well as how to limit the transitivity of a
> dependency. There are five scopes available:

*provided* - this is much like compile, but indicates you expect the JDK or
> a container to provide it at runtime. It is only available on the
> compilation and test classpath, and is not transitive.
>

Source: http://maven.apache.org/pom.html

Thiago, I think I wasn't clear enough. I am not adding files manually
(thanks to maven's pom file), but, when packaging, mvn creates this folder,
wich I wanted excluded.


  *Federico Weyermann*
Mail: federic...@gmail.com


2011/7/18 nillehammer <tapestry.nilleham...@winfonet.eu>

> e <scope>provided</scope>

Reply via email to