Author: thomas.diesler(a)jboss.com
Date: 2008-05-28 05:25:10 -0400 (Wed, 28 May 2008)
New Revision: 7185
Modified:
stack/native/trunk/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Add juddi-service to deploy artifacts
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-28 07:30:31 UTC (rev 7184)
+++ stack/native/trunk/pom.xml 2008-05-28 09:25:10 UTC (rev 7185)
@@ -178,7 +178,7 @@
<classifier>resources</classifier>
<type>zip</type>
</dependency>
-
+
<!-- provided apis -->
<dependency>
<groupId>javax.ejb</groupId>
@@ -423,6 +423,12 @@
<scope>provided</scope>
<type>zip</type>
</dependency>
+ <dependency>
+ <groupId>jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <scope>provided</scope>
+ <type>sar</type>
+ </dependency>
</dependencies>
<!-- Plugins -->
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-28 07:30:31
UTC (rev 7184)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-28 09:25:10
UTC (rev 7185)
@@ -34,6 +34,7 @@
<include>*:jbossws-jboss423:jar:*</include>
<include>*:jbossws-jboss500:jar:*</include>
<include>*:jbossws-jboss501:jar:*</include>
+ <include>*:juddi-service:sar:*</include>
</includes>
</dependencySet>
<dependencySet>
Show replies by date