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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 10:59:28 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 10:59:28 -0400 (Mon, 09 May 2011)
New Revision: 14332

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

Modified: stack/native/trunk/modules/dist/management/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/management/pom.xml	2011-05-09 14:39:49 UTC (rev 14331)
+++ stack/native/trunk/modules/dist/management/pom.xml	2011-05-09 14:59:28 UTC (rev 14332)
@@ -20,11 +20,16 @@
     <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-shared-testsuite</artifactId>
-      <scope>provided</scope>
       <type>zip</type>
     </dependency>
     <dependency>
       <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-shared-testsuite</artifactId>
+      <scope>test</scope>
+      <type>zip</type>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-jboss600</artifactId>
       <scope>provided</scope>
       <exclusions>

Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml	2011-05-09 14:39:49 UTC (rev 14331)
+++ stack/native/trunk/modules/dist/pom.xml	2011-05-09 14:59:28 UTC (rev 14332)
@@ -50,7 +50,7 @@
       <groupId>org.jboss.ws.native</groupId>
       <artifactId>jbossws-native-resources</artifactId>
       <version>${project.version}</version>
-      <classifier>jboss700</classifier>     
+      <classifier>jboss700</classifier>
     </dependency>
 
     <dependency>
@@ -63,6 +63,11 @@
     <dependency>
       <groupId>org.jboss.ws</groupId>
       <artifactId>jbossws-shared-testsuite</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-shared-testsuite</artifactId>
       <type>zip</type>
       <scope>test</scope>
     </dependency>

Modified: stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2011-05-09 14:39:49 UTC (rev 14331)
+++ stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2011-05-09 14:59:28 UTC (rev 14332)
@@ -101,6 +101,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