Author: thomas.diesler(a)jboss.com
Date: 2008-05-30 11:49:05 -0400 (Fri, 30 May 2008)
New Revision: 7242
Removed:
stack/native/trunk/modules/packeting/
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Move packeting deps to module managment
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-05-30 15:48:35 UTC (rev 7241)
+++ stack/native/trunk/modules/management/pom.xml 2008-05-30 15:49:05 UTC (rev 7242)
@@ -13,6 +13,69 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <dependencies>
+ <!--
+ These runtime dependencies are picked up by the assembly-deploy-artifacts
+ descriptor. They have no real relevants to this module.
+ -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>scripts</classifier>
+ <scope>runtime</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss421</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss422</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss423</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500</artifactId>
+ <classifier>container</classifier>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss501</artifactId>
+ <classifier>container</classifier>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <scope>runtime</scope>
+ <type>sar</type>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
<build>
<plugins>
<plugin>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-30 15:48:35 UTC (rev 7241)
+++ stack/native/trunk/pom.xml 2008-05-30 15:49:05 UTC (rev 7242)
@@ -39,7 +39,6 @@
<module>modules/client</module>
<module>modules/embedded</module>
<module>modules/management</module>
- <module>modules/packeting</module>
</modules>
<!-- Properties -->
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 15:48:35
UTC (rev 7241)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 15:49:05
UTC (rev 7242)
@@ -82,17 +82,11 @@
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<includeDependencies>false</includeDependencies>
<unpack>false</unpack>
- </binaries>
- </moduleSet>
- <moduleSet>
- <includes>
- <include>org.jboss.ws.native:jbossws-native-packeting</include>
- </includes>
- <binaries>
<dependencySets>
<dependencySet>
<outputDirectory>bin</outputDirectory>
<useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
<unpack>true</unpack>
<includes>
<include>*:jbossws-framework:zip:scripts</include>
@@ -102,6 +96,7 @@
<outputDirectory>lib</outputDirectory>
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
<unpack>false</unpack>
<includes>
<include>*:jbossws-framework:jar</include>
@@ -117,6 +112,7 @@
<outputDirectory>lib</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}-${artifact.classifier}.${artifact.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
<unpack>false</unpack>
<includes>
<include>*:jbossws-jboss500:jar:container</include>
Show replies by date