diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml new file mode 100644 index 000000000..930ce64ef --- /dev/null +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -0,0 +1,82 @@ + + + + + + org.apache.ant + ant-parent + ../pom.xml + 1.10.3-SNAPSHOT + + 4.0.0 + http://ant.apache.org/ + org.apache.ant + ant-junitlauncher + 1.10.3-SNAPSHOT + Apache Ant + JUnit 5 + contains JUnit 5.x support + + + org.apache.ant + ant + 1.10.3-SNAPSHOT + compile + + + org.junit.platform + junit-platform-launcher + 1.1.0 + compile + + + org.junit.jupiter + junit-jupiter-engine + 5.1.0 + test + + + org.junit.vintage + junit-vintage-engine + 5.1.0 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org/apache/tools/ant/taskdefs/optional/junitlauncher/* + + + + + ../../../../src/main + ../../../../src/testcases + ../../../../target/${project.artifactId}/classes + ../../../../target/${project.artifactId}/testcases + ../../../../target/${project.artifactId} + + diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index e2b4c350f..94b19f126 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -99,6 +99,7 @@ ant-jsch ant-junit ant-junit4 + ant-junitlauncher ant-launcher ant-netrexx ant-swing