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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu May 5 03:43:49 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-05-05 03:43:48 -0400 (Thu, 05 May 2011)
New Revision: 14247

Modified:
   stack/native/trunk/modules/dist/pom.xml
   stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
   stack/native/trunk/pom.xml
Log:
[JBWS-3210] Enable bin dist testsuite against AS7


Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml	2011-05-05 07:33:26 UTC (rev 14246)
+++ stack/native/trunk/modules/dist/pom.xml	2011-05-05 07:43:48 UTC (rev 14247)
@@ -193,6 +193,28 @@
           <name>bindist</name>
         </property>
       </activation>
+      <dependencies>
+        <!--Libraries required for running binary distro testsuite and not available on server-->
+        <dependency>
+          <groupId>org.jboss.as</groupId>
+          <artifactId>jboss-as-webservices-tests-integration</artifactId>
+          <scope>provided</scope>
+          <exclusions>
+            <exclusion>
+              <groupId>org.jboss.as</groupId>
+              <artifactId>jboss-as-build-config</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.as</groupId>
+              <artifactId>jboss-as-server</artifactId>
+            </exclusion>
+            <exclusion>
+              <groupId>org.jboss.marshalling</groupId>
+              <artifactId>jboss-marshalling-river</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
+      </dependencies>
       <build>
         <plugins>
           <plugin>

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-05 07:33:26 UTC (rev 14246)
+++ stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2011-05-05 07:43:48 UTC (rev 14247)
@@ -92,6 +92,7 @@
         <include>org.jboss.ws:jbossws-common-tools:jar</include>
         <include>org.jboss.ws:jbossws-jboss600:jar</include>
         <include>org.jboss:jbossxb:jar</include>
+        <include>org.jboss.as:jboss-as-webservices-tests-integration:jar</include>
       </includes>
       <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       <scope>provided</scope>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2011-05-05 07:33:26 UTC (rev 14246)
+++ stack/native/trunk/pom.xml	2011-05-05 07:43:48 UTC (rev 14247)
@@ -56,6 +56,7 @@
     <jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
     -->
     <!-- END -->
+    <jboss700.version>7.0.0.Beta4-SNAPSHOT</jboss700.version>
     <ant.version>1.7.1</ant.version>
     <codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
     <commons.logging.version>1.1.1</commons.logging.version>
@@ -122,6 +123,11 @@
         <classifier>resources</classifier>
         <type>zip</type>
       </dependency>
+      <dependency>
+        <groupId>org.jboss.as</groupId>
+        <artifactId>jboss-as-webservices-tests-integration</artifactId>
+        <version>${jboss700.version}</version>
+      </dependency>
       <!-- [JBWS-2505] -->
       <!-- START -->
       <!--



More information about the jbossws-commits mailing list