summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-apache-bcel
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-10-24 00:28:00 +0200
committerGintas Grigelionis <gintas@apache.org>2018-10-24 00:28:33 +0200
commit1c5f720db78a95595a161515b3d78dd7fe8b1c06 (patch)
treea1eff72bc05ff7d45e3b28f3522babfa366d3300 /src/etc/poms/ant-apache-bcel
parentd3f7c0e63c5c5348b663a2fc4b5c9cca7f23079b (diff)
downloadant-1c5f720db78a95595a161515b3d78dd7fe8b1c06.tar.gz
Try to run a majority of available tests in Surefire without modifications
Diffstat (limited to 'src/etc/poms/ant-apache-bcel')
-rw-r--r--src/etc/poms/ant-apache-bcel/pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index 3e2cbc8de..e3efb405d 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -59,11 +59,28 @@
<include>org/apache/tools/ant/filters/util/JavaClassHelper*</include>
<include>org/apache/tools/ant/util/depend/bcel/*</include>
</includes>
+ <testIncludes>
+ <exclude>org/apache/tools/ant/types/optional/depend/ClassFileSet*</exclude>
+ </testIncludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <basedir>../../../..</basedir>
+ <workingDirectory>../../../..</workingDirectory>
+ <systemProperties>
+ <property>
+ <name>ant.test.basedir.ignore</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
</configuration>
</plugin>
</plugins>
<sourceDirectory>../../../../src/main</sourceDirectory>
- <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
+ <testSourceDirectory>../../../../src/tests/junit</testSourceDirectory>
<outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
<testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
<directory>../../../../target/${project.artifactId}</directory>