summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 05:44:40 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-21 05:44:40 +0000
commit297010e3203ca05b808b26dad512b5020a127713 (patch)
treee87d4d9da5cb3bb4114002ee065413d5c1d36c62 /java/sca
parentea6c9579227e0cebb19d92acf02cb80b6b637a00 (diff)
Make sure the pdetarget will generate bundles for the core dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/distribution/pdetarget/pom.xml27
1 files changed, 11 insertions, 16 deletions
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
index a905638af6..4c074b58e7 100644
--- a/java/sca/distribution/pdetarget/pom.xml
+++ b/java/sca/distribution/pdetarget/pom.xml
@@ -37,14 +37,21 @@
<type>pom</type>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <!-- Extra dependencies not in the core distro -->
+ <!--
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<type>jar</type>
<version>2.0-SNAPSHOT</version>
</dependency>
- <!-- host-tomcat is not in the all-in-one distro -->
- <!--
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-xml-ws</artifactId>
+ <type>jar</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-tomcat</artifactId>
@@ -70,20 +77,6 @@
<version>4.5</version>
<scope>test</scope>
</dependency>
- <!--
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>httpunit</groupId>
- <artifactId>httpunit</artifactId>
- <version>1.6.1</version>
- <scope>test</scope>
- </dependency>
- -->
</dependencies>
<profiles>
@@ -106,6 +99,8 @@
<configuration>
<targetDirectory>target/modules</targetDirectory>
<generateTargetPlatform>true</generateTargetPlatform>
+ <generateConfig>true</generateConfig>
+ <useDefaultLocation>true</useDefaultLocation>
<excludeGroupIds>
<excludeGroupId>org.apache.tuscany.sca</excludeGroupId>
</excludeGroupIds>