mirror of https://github.com/apache/maven.git
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:
parent
02b1ff0f76
commit
7c3fc6b47e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue