summaryrefslogtreecommitdiff
path: root/qpid/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
commitf9b31f3731b7eee227a9a1e9b5540f2e3c5c6d2e (patch)
tree021192699c5c395085596a869af4b20bbb22cd68 /qpid/java
parentf734f95f3df31810ef2a1f5abd955b2bcc2d1fe2 (diff)
downloadqpid-python-f9b31f3731b7eee227a9a1e9b5540f2e3c5c6d2e.tar.gz
remove antrun plugin setup from pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@476869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/systests/pom.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml
index 441cb34939..3df69ce4ac 100644
--- a/qpid/java/systests/pom.xml
+++ b/qpid/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>