diff options
Diffstat (limited to 'branches/sca-equinox/distribution/pdetarget')
-rw-r--r-- | branches/sca-equinox/distribution/pdetarget/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/branches/sca-equinox/distribution/pdetarget/pom.xml b/branches/sca-equinox/distribution/pdetarget/pom.xml index 3d169c2e7f..4ef54bfab4 100644 --- a/branches/sca-equinox/distribution/pdetarget/pom.xml +++ b/branches/sca-equinox/distribution/pdetarget/pom.xml @@ -93,6 +93,26 @@ <excludeGroupIds>
<excludeGroupId>org.apache.tuscany.sca</excludeGroupId>
</excludeGroupIds>
+ <artifactAggregations>
+ <artifactAggregation>
+ <symbolicName>com.google.gdata</symbolicName>
+ <version>1.0</version>
+ <artifactMembers>
+ <artifactMember>
+ <groupId>com.google.gdata</groupId>
+ <artifactId>*</artifactId>
+ <version>1.0</version>
+ </artifactMember>
+ <!--
+ <artifactMember>
+ <groupId>com.google.gdata</groupId>
+ <artifactId>gdata-media</artifactId>
+ <version>1.0</version>
+ </artifactMember>
+ -->
+ </artifactMembers>
+ </artifactAggregation>
+ </artifactAggregations>
</configuration>
</execution>
</executions>
|