Hi,
I understand that if I want to have resources copied from src/main/java
rather than the default /src/main/resources, then I need to add something
like the following, but what I don't know is where I should be looking if I
want to see if the <includes>...</includes> section is needed of not.
Put another way, what resources are copied by default and/or where do I
find this info?
<build>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources>
</build>
/Gwyn
--
View this message in context:
http://www.nabble.com/Resources-from-src-tree-t1481490.html#a4010475
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]