> 1) It doesn't filter anything. Files are not touched, just copied.
Double check your resource set matches the one copied, and that it
doesn't overlap with another one defined to contain the same files
without filtering.
> 2) Maven always try to load a file named "some.properties" ?!
That's not from Maven - search your project.xml, maven.xml and
project.properties files, including any you inherit from using
<extend/>.
> I'm now using :
> <preGoal name="java:jar-resources">
> <ant:filter filtersfile="config/environnement/${platform}.conf" />
> <copy todir="target/classes" filtering="false" overwrite="true">
> <fileset dir="config/template" />
> </copy>
> </preGoal>
This is equivalent to using the resources, however will not allow
other parts of Maven (eg the IDE plugins) to see where you reosources
are.
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]