mirror of https://github.com/apache/maven.git
pass on the local repo to the its
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@638008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8fb4e3471
commit
56178abd95
|
@ -58,6 +58,10 @@ under the License.
|
|||
<name>maven.test.tmpdir</name>
|
||||
<value>${basedir}/target/it-working-folder</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>maven.repo.local</name>
|
||||
<value>${maven.repo.local}</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
<includes>
|
||||
<include>**/Suite.java</include>
|
||||
|
|
Loading…
Reference in New Issue