I need to copy an xml file into the test-classes tree. I have tried all
permutations of unitTest/resources/resource and
unitTest/testResources/testResource etc, but maven b7 just would copy the
resources. Should I switch to some other, maybe earlier version?
The JXPath project.xml currently has this:
<build>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
<resources>
<resource>
<directory>src/test</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
</unitTest>
</build>
I'll appreciate any help.
- Dmitri
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>