You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/10/11 21:32:03 UTC

svn commit: r1021479 - /geronimo/tck/branches/3.0/validator-tck-runner/pom.xml

Author: gawor
Date: Mon Oct 11 19:32:03 2010
New Revision: 1021479

URL: http://svn.apache.org/viewvc?rev=1021479&view=rev
Log:
make things consistent with jcdi runner

Modified:
    geronimo/tck/branches/3.0/validator-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/validator-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/validator-tck-runner/pom.xml?rev=1021479&r1=1021478&r2=1021479&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/validator-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/validator-tck-runner/pom.xml Mon Oct 11 19:32:03 2010
@@ -115,24 +115,6 @@
                                     <classifier>suite</classifier>
                                     <overWrite>false</overWrite>
                                 </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.apache.geronimo.specs</groupId>
-                                    <artifactId>geronimo-validation_1.0_spec</artifactId>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.apache.bval</groupId>
-                                    <artifactId>org.apache.bval.bundle</artifactId>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                                </artifactItem>
-                                <artifactItem>
-                                    <groupId>org.slf4j</groupId>
-                                    <artifactId>slf4j-log4j12</artifactId>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>${project.build.directory}/dependency/lib</outputDirectory>
-                                </artifactItem>
                             </artifactItems>
                         </configuration>
                     </execution>
@@ -245,6 +227,10 @@
                                     <value>false</value>
                                 </property>
                                 <property>
+                                    <name>org.jboss.testharness.runIntegrationTests</name>
+                                    <value>true</value>
+                                </property>
+                                <property>
                                     <name>GERONIMO_HOME</name>
                                     <value>${geronimo.home}</value>
                                 </property>
@@ -260,17 +246,21 @@
                                     <value>true</value>
                                 </property>
                                 <property>
-                                    <name>org.jboss.testharness.runIntegrationTests</name>
-                                    <value>true</value>
-                                </property>
-                                <property>
                                     <name>org.jboss.testharness.libraryDirectory</name>
-                                    <value>target/dependency/lib</value>
+                                    <value>${project.build.directory}/dependency/lib</value>
                                 </property>
                                 <property>
                                     <name>org.jboss.testharness.outputDirectory</name>
                                     <value>target</value>
                                 </property>
+                                <property>
+                                    <name>deleteArtifacts</name>
+                                    <value>false</value>
+                                </property>
+                                <property>
+                                    <name>java.io.tmpdir</name>
+                                    <value>${project.build.directory}</value>
+                                </property>
                             </systemProperties>
                         </configuration>
                     </plugin>