diff options
Diffstat (limited to 'java/broker/pom.xml')
| -rw-r--r-- | java/broker/pom.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/java/broker/pom.xml b/java/broker/pom.xml index c66ddd82e6..85aae51217 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -86,47 +86,4 @@ </dependency> </dependencies> - <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" showoutput="true" haltonfailure="yes"> - <test name="org.apache.qpid.server.UnitTests" - todir="${project.build.directory}"/> - <formatter type="plain"/> - <classpath> - <path refid="maven.test.classpath"/> - </classpath> - </junit> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> </project> |
