[jbossws-commits] JBossWS SVN: r14326 - in stack/native/trunk: modules/testsuite/shared-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 09:13:38 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 09:13:38 -0400 (Mon, 09 May 2011)
New Revision: 14326

Modified:
   stack/native/trunk/modules/testsuite/shared-tests/pom.xml
   stack/native/trunk/pom.xml
Log:
shared-testsuite have to have test scope

Modified: stack/native/trunk/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/shared-tests/pom.xml	2011-05-09 11:47:36 UTC (rev 14325)
+++ stack/native/trunk/modules/testsuite/shared-tests/pom.xml	2011-05-09 13:13:38 UTC (rev 14326)
@@ -86,24 +86,6 @@
                   </artifactItems>
                 </configuration>
               </execution>
-              <execution> <!-- This is used by WSRunClientTestCase -->
-                <id>copy-junit</id>
-                <phase>pre-integration-test</phase>
-                <goals>
-                  <goal>copy</goal>
-                </goals>
-                <configuration>
-                  <artifactItems>
-                    <artifactItem>
-                      <groupId>junit</groupId>
-                      <artifactId>junit</artifactId>
-                      <type>jar</type>
-                      <outputDirectory>${basedir}/target/junit-libs</outputDirectory>
-                      <destFileName>junit.jar</destFileName>
-                    </artifactItem>
-                  </artifactItems>
-                </configuration>
-              </execution>
             </executions>
           </plugin>
           <plugin>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2011-05-09 11:47:36 UTC (rev 14325)
+++ stack/native/trunk/pom.xml	2011-05-09 13:13:38 UTC (rev 14326)
@@ -107,17 +107,6 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-shared-testsuite</artifactId>
-        <version>${jbossws.shared.testsuite.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.ws</groupId>
-        <artifactId>jbossws-shared-testsuite</artifactId>
-        <version>${jbossws.shared.testsuite.version}</version>
-        <type>zip</type>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-jboss600</artifactId>
         <version>${jbossws.jboss600.version}</version>
       </dependency>
@@ -420,8 +409,20 @@
           </exclusion>
         </exclusions>
       </dependency>
-
       <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-shared-testsuite</artifactId>
+        <version>${jbossws.shared.testsuite.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-shared-testsuite</artifactId>
+        <version>${jbossws.shared.testsuite.version}</version>
+        <type>zip</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>${junit.version}</version>



More information about the jbossws-commits mailing list