Author: slaws
Date: Thu Oct  7 15:23:31 2010
New Revision: 1005491

URL: http://svn.apache.org/viewvc?rev=1005491&view=rev
Log:
put the aggregations into a separate group id. Ant did this with the shades. 
Seems like a good idea and also allows them to be easily excluded from the 
bundle plugin

Modified:
    tuscany/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml
    
tuscany/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml
    
tuscany/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml

Modified: 
tuscany/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml?rev=1005491&r1=1005490&r2=1005491&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml 
(original)
+++ tuscany/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml 
Thu Oct  7 15:23:31 2010
@@ -26,6 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <groupId>org.apache.tuscany.sca.aggregation</groupId>
     <artifactId>tuscany-base-runtime-aggregation</artifactId>
     <name>Apache Tuscany SCA Base Runtime Aggregation</name>
 

Modified: 
tuscany/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml?rev=1005491&r1=1005490&r2=1005491&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml 
(original)
+++ 
tuscany/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml 
Thu Oct  7 15:23:31 2010
@@ -26,6 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <groupId>org.apache.tuscany.sca.aggregation</groupId>
     <artifactId>tuscany-binding-rmi-runtime-aggregation</artifactId>
     <name>Apache Tuscany SCA Binding RMI Runtime Aggregation</name>
 

Modified: 
tuscany/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml?rev=1005491&r1=1005490&r2=1005491&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml
 (original)
+++ 
tuscany/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml
 Thu Oct  7 15:23:31 2010
@@ -26,6 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <groupId>org.apache.tuscany.sca.aggregation</groupId>
     <artifactId>tuscany-binding-ws-runtime-axis2-aggregation</artifactId>
     <name>Apache Tuscany SCA Binding WS Runtime Axis2 Aggregation</name>
 


Reply via email to