Wrong path to test resources in maven-build.xml
-----------------------------------------------
Key: MANT-37
URL: http://jira.codehaus.org/browse/MANT-37
Project: Maven 2.x Ant Plugin
Issue Type: Bug
Affects Versions: 2.0
Reporter: Benjamin Bentmann
Priority: Minor
Current content of maven-build.xml:
{code:xml}
<property name="maven.build.testResourceDir.0" value="src/main/resources"/>
{code}
Expected content of maven-build.xml:
{code:xml}
<property name="maven.build.testResourceDir.0" value="src/test/resources"/>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira