fd387fc
From 31d2056b3f625115ad0f26c7e11ab6273cd4c285 Mon Sep 17 00:00:00 2001
fd387fc
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
fd387fc
Date: Mon, 17 May 2010 15:34:19 +0200
fd387fc
Subject: [PATCH 09/10] Remove ant run of tests
fd387fc
fd387fc
---
fd387fc
 pom.xml |   16 ----------------
fd387fc
 1 files changed, 0 insertions(+), 16 deletions(-)
fd387fc
fd387fc
diff --git a/pom.xml b/pom.xml
fd387fc
index 6d00cf6..406fa43 100644
fd387fc
--- a/pom.xml
fd387fc
+++ b/pom.xml
fd387fc
@@ -220,22 +220,6 @@ target platform and specify -Dntdll_target=msbuild on the mvn command line.
fd387fc
               <goal>run</goal>
fd387fc
             </goals>
fd387fc
           </execution>
fd387fc
-          <execution>
fd387fc
-            <phase>test</phase>
fd387fc
-            <id>runAll</id>
fd387fc
-            <configuration>
fd387fc
-              <tasks>
fd387fc
-                 <ant dir="tests" target="runAll">
fd387fc
-                  <property name="m2_repo" location="${m2_repo}" />
fd387fc
-                  <property name="log4j.jar" location="target/classes" />
fd387fc
-                  <property name="project.lib.home" location="target" />
fd387fc
-                </ant>
fd387fc
-              </tasks>
fd387fc
-            </configuration>
fd387fc
-            <goals>
fd387fc
-              <goal>run</goal>
fd387fc
-            </goals>
fd387fc
-          </execution>
fd387fc
           
fd387fc
           <execution>
fd387fc
             <phase>site</phase>
fd387fc
-- 
fd387fc
1.6.6.1
fd387fc