summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-jai
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-10-23 20:16:24 +0200
committerGintas Grigelionis <gintas@apache.org>2018-10-23 20:17:28 +0200
commit679a94224de0c57c777f6ecca5c33207c11e500b (patch)
tree5b0beb42ddb277552f529073cd1b8ef6d7fa624f /src/etc/poms/ant-jai
parent9b76c358850430674858a2193ef5081ad1a2a691 (diff)
downloadant-679a94224de0c57c777f6ecca5c33207c11e500b.tar.gz
Add magic names for tests, run more tests in Surefire
Diffstat (limited to 'src/etc/poms/ant-jai')
-rw-r--r--src/etc/poms/ant-jai/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml
index 971cfc87c..90a43685d 100644
--- a/src/etc/poms/ant-jai/pom.xml
+++ b/src/etc/poms/ant-jai/pom.xml
@@ -84,7 +84,12 @@
<configuration>
<basedir>../../../..</basedir>
<workingDirectory>../../../..</workingDirectory>
- <skipTests>true</skipTests>
+ <systemProperties>
+ <property>
+ <name>ant.test.basedir.ignore</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
</plugins>