[jbossws-commits] JBossWS SVN: r14331 - in stack/cxf/trunk/modules/dist: management and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 10:39:50 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 10:39:49 -0400 (Mon, 09 May 2011)
New Revision: 14331

Modified:
   stack/cxf/trunk/modules/dist/management/pom.xml
   stack/cxf/trunk/modules/dist/pom.xml
   stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
Log:
[JBWS-3289] test helper classes moved to different module - use it

Modified: stack/cxf/trunk/modules/dist/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/dist/management/pom.xml	2011-05-09 14:34:52 UTC (rev 14330)
+++ stack/cxf/trunk/modules/dist/management/pom.xml	2011-05-09 14:39:49 UTC (rev 14331)
@@ -21,9 +21,14 @@
     <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-shared-testsuite</artifactId>
-      <scope>provided</scope>
+      <scope>test</scope>
       <type>zip</type>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-shared-testsuite</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

Modified: stack/cxf/trunk/modules/dist/pom.xml
===================================================================
--- stack/cxf/trunk/modules/dist/pom.xml	2011-05-09 14:34:52 UTC (rev 14330)
+++ stack/cxf/trunk/modules/dist/pom.xml	2011-05-09 14:39:49 UTC (rev 14331)
@@ -59,6 +59,11 @@
          <type>zip</type>
         <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>org.jboss.ws</groupId>
+         <artifactId>jbossws-shared-testsuite</artifactId>
+        <scope>test</scope>
+      </dependency>
 
       <!-- Spring -->
       <dependency>

Modified: stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2011-05-09 14:34:52 UTC (rev 14330)
+++ stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2011-05-09 14:39:49 UTC (rev 14331)
@@ -104,6 +104,17 @@
 
          <dependencySet>
             <outputDirectory>deploy-artifacts/lib</outputDirectory>
+            <unpack>false</unpack>           
+            <includes>
+              <include>org.jboss.ws:jbossws-shared-testsuite:jar</include>
+            </includes>
+            <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
+            <scope>test</scope>
+            <useProjectArtifact>false</useProjectArtifact>
+          </dependencySet>
+
+         <dependencySet>
+            <outputDirectory>deploy-artifacts/lib</outputDirectory>
             <unpack>false</unpack>
             <outputFileNameMapping>wstx.jar</outputFileNameMapping>
             <includes>



More information about the jbossws-commits mailing list