summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorStephen Vinoski <vinoski@apache.org>2006-11-19 18:32:04 +0000
committerStephen Vinoski <vinoski@apache.org>2006-11-19 18:32:04 +0000
commiteedd0b960ed0b727ea1f4fe35ff0ea947982aa3d (patch)
treeb85a0389252a3e28fabccc7528427f7dfa6b7c62 /java
parent26f3bd59751462922e4c3268392a526a60ef7b2f (diff)
downloadqpid-python-eedd0b960ed0b727ea1f4fe35ff0ea947982aa3d.tar.gz
remove antrun plugin setup from pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@476869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/systests/pom.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml
index 441cb34939..3df69ce4ac 100644
--- a/java/systests/pom.xml
+++ b/java/systests/pom.xml
@@ -68,45 +68,6 @@
<build>
<plugins>
-<!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>ant-test</id>
- <phase>test</phase>
- <configuration>
- <tasks unless="${maven.test.skip}">
- <taskdef name="junit"
- classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask">
- <classpath>
- <path refid="maven.test.classpath"/>
- </classpath>
- </taskdef>
- <mkdir dir="${project.build.directory}/test-classes"/>
- <junit fork="yes" printsummary="yes" showoutput="true" haltonfailure="yes">
- <sysproperty key="amqj.noAutoCreateVMBroker" value="true"/>
- <formatter type="plain"/>
- <classpath>
- <path refid="maven.test.classpath"/>
- </classpath>
- <batchtest fork="yes" todir="${project.build.directory}">
- <fileset dir="src/test/java">
- <include name="**/server/UnitTests.java"/>
- <include name="**/test/unit/ack/UnitTests.java"/>
- </fileset>
- </batchtest>
- </junit>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
--->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>