Author: thomas.diesler(a)jboss.com
Date: 2008-05-30 12:01:33 -0400 (Fri, 30 May 2008)
New Revision: 7246
Removed:
stack/metro/trunk/modules/packeting/
Modified:
stack/metro/trunk/modules/management/pom.xml
stack/metro/trunk/pom.xml
stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Move packeting deps to module managment
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2008-05-30 15:56:12 UTC (rev 7245)
+++ stack/metro/trunk/modules/management/pom.xml 2008-05-30 16:01:33 UTC (rev 7246)
@@ -13,6 +13,64 @@
<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-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/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-05-30 15:56:12 UTC (rev 7245)
+++ stack/metro/trunk/pom.xml 2008-05-30 16:01:33 UTC (rev 7246)
@@ -35,7 +35,6 @@
<module>modules/server</module>
<module>modules/client</module>
<module>modules/wsit</module>
- <module>modules/packeting</module>
</modules>
<!-- Properties -->
Modified: stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 15:56:12
UTC (rev 7245)
+++ stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-30 16:01:33
UTC (rev 7246)
@@ -71,17 +71,11 @@
<outputFileNameMapping>${module.artifactId}.${module.extension}</outputFileNameMapping>
<includeDependencies>false</includeDependencies>
<unpack>false</unpack>
- </binaries>
- </moduleSet>
- <moduleSet>
- <includes>
- <include>org.jboss.ws.metro:jbossws-metro-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>
@@ -91,6 +85,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>
@@ -105,6 +100,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