making the verifier use the target folder. This makes it easier to browse a CI workspace, lets you actually clean everything, and makes the tests work better on windows. who knew?

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@637248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-03-14 20:25:20 +00:00
parent 02b1ff0f76
commit 7c3fc6b47e
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ under the License.
<name>maven.home</name>
<value>${basedir}/target/maven-installation/apache-maven-${project.version}</value>
</property>
<property>
<name>maven.test.tmpdir</name>
<value>${basedir}/target/it-working-folder</value>
</property>
</systemProperties>
<includes>
<include>**/Suite.java</include>