Author: alessio.soldano(a)jboss.com
Date: 2011-11-11 06:28:35 -0500 (Fri, 11 Nov 2011)
New Revision: 15237
Modified:
stack/native/trunk/modules/dist/pom.xml
stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
Log:
[JBWS-3382] Adding dependency on jbossws-jboss700 with tests-integration classifier and
shipping that into bin distro
Modified: stack/native/trunk/modules/dist/pom.xml
===================================================================
--- stack/native/trunk/modules/dist/pom.xml 2011-11-11 11:26:56 UTC (rev 15236)
+++ stack/native/trunk/modules/dist/pom.xml 2011-11-11 11:28:35 UTC (rev 15237)
@@ -235,8 +235,14 @@
</property>
</activation>
<dependencies>
- <!--Libraries required for running binary distro testsuite and not available
on server-->
+ <!-- Libraries required for running binary distro testsuite and not available
on server-->
<dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss700</artifactId>
+ <classifier>tests-integration</classifier>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-webservices-tests-integration</artifactId>
<scope>provided</scope>
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-11-11
11:26:56 UTC (rev 15236)
+++
stack/native/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2011-11-11
11:28:35 UTC (rev 15237)
@@ -102,6 +102,17 @@
</dependencySet>
<dependencySet>
+ <outputDirectory>deploy-artifacts/lib</outputDirectory>
+ <unpack>false</unpack>
+ <includes>
+
<include>org.jboss.ws:jbossws-jboss700:jar:*:tests-integration</include>
+ </includes>
+
<outputFileNameMapping>${artifact.artifactId}${dashClassifier}.${artifact.extension}</outputFileNameMapping>
+ <scope>provided</scope>
+ <useProjectArtifact>false</useProjectArtifact>
+ </dependencySet>
+
+ <dependencySet>
<outputDirectory>deploy-artifacts/lib</outputDirectory>
<unpack>false</unpack>
<includes>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-11-11 11:26:56 UTC (rev 15236)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-11-11 11:28:35 UTC (rev 15237)
@@ -739,7 +739,7 @@
<profile>
<id>jboss700</id>
<properties>
- <jboss.version>7.0.0.Final</jboss.version>
+ <jboss.version>${jboss700.version}</jboss.version>
<jbossws.integration.target>jboss700</jbossws.integration.target>
<endorsed.dirs>${project.build.directory}/endorsed</endorsed.dirs>
</properties>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2011-11-11 11:26:56 UTC (rev 15236)
+++ stack/native/trunk/pom.xml 2011-11-11 11:28:35 UTC (rev 15237)
@@ -52,6 +52,7 @@
<jbossws.jboss600.version>4.0.0-SNAPSHOT</jbossws.jboss600.version>
<jbossws.jboss610.version>4.0.0-SNAPSHOT</jbossws.jboss610.version>
<jbossws.jboss700.version>4.0.0-SNAPSHOT</jbossws.jboss700.version>
+ <jboss700.version>7.0.0.Final</jboss700.version>
<jboss710.version>7.1.0.Alpha2-SNAPSHOT</jboss710.version>
<ejb.api.version>1.0.1.Final</ejb.api.version>
<ant.version>1.7.1</ant.version>
@@ -132,6 +133,12 @@
<version>${jbossws.jboss700.version}</version>
</dependency>
<dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss700</artifactId>
+ <version>${jbossws.jboss700.version}</version>
+ <classifier>tests-integration</classifier>
+ </dependency>
+ <dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-webservices-tests-integration</artifactId>
<version>${jboss710.version}</version>
Show replies by date