Hi all:
I am new to Maven, and I am reading now the documentation about resources:
https://maven.apache.org/pom.html#Resources
I have a few questions that are not covered there:
1) Do I need to specify <filtering> ? If not, what is its default value?
2) I just need to include a single resource file in the JAR. I guess I must nevertheless specify <directory>, <includes> and an <include> element for
that single file. Or is there a better way?
3) What happens if I do not specify <excludes>? Will all other files in that
<directory> be included in the JAR too?
Thanks in advance,
rdiez
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]