diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-07 15:23:31 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-07 15:23:31 +0000 |
commit | 4a1f32da46490343a4fbd7fc7d612c2b0b2bdb10 (patch) | |
tree | cfeee75d4f1dac74d3c5252b7e3c286802ee8b72 | |
parent | 43196164f7b06e330d7831107157f23041866e4f (diff) |
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005491 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 3 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml b/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml index 763d5d93fa..0111ce24aa 100644 --- a/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml +++ b/sca-java-2.x/trunk/distribution/base-runtime-aggregation/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml b/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml index e65f933500..8fdb8d571d 100644 --- a/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml +++ b/sca-java-2.x/trunk/distribution/binding-rmi-runtime-aggregation/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml b/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml index 6bc09184ec..420563ba2a 100644 --- a/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml +++ b/sca-java-2.x/trunk/distribution/binding-ws-runtime-axis2-aggregation/pom.xml @@ -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>
|