Blob Blame History Raw
From 31d2056b3f625115ad0f26c7e11ab6273cd4c285 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 17 May 2010 15:34:19 +0200
Subject: [PATCH 09/10] Remove ant run of tests

---
 pom.xml |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6d00cf6..406fa43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,22 +220,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
               <goal>run</goal>
             </goals>
           </execution>
-          <execution>
-            <phase>test</phase>
-            <id>runAll</id>
-            <configuration>
-              <tasks>
-                 <ant dir="tests" target="runAll">
-                  <property name="m2_repo" location="${m2_repo}" />
-                  <property name="log4j.jar" location="target/classes" />
-                  <property name="project.lib.home" location="target" />
-                </ant>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
           <!--   release builds will put SVN tags into the SCM page, this changes it back to trunk  -->
           <execution>
             <phase>site</phase>
-- 
1.6.6.1