summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/pdetarget/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-12-09 05:51:48 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-12-09 05:51:48 +0000
commitcad59a8a7f5d36a1e2186b7bd26323390befa79b (patch)
tree5a00ad17595832e17609162d7a96b7472bd959ee /java/sca/distribution/pdetarget/pom.xml
parent5b3e09d2a66139f32d9808080a2bbd4d1c90f0fa (diff)
Add a "ws" maven profile to include the binding.ws related modules into the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@724614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/pdetarget/pom.xml')
-rw-r--r--java/sca/distribution/pdetarget/pom.xml116
1 files changed, 71 insertions, 45 deletions
diff --git a/java/sca/distribution/pdetarget/pom.xml b/java/sca/distribution/pdetarget/pom.xml
index b2b096c46c..0364ab615c 100644
--- a/java/sca/distribution/pdetarget/pom.xml
+++ b/java/sca/distribution/pdetarget/pom.xml
@@ -39,39 +39,16 @@
</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>
- <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>
- <type>jar</type>
- <version>2.0-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>annotations-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-webapp</artifactId>
- <type>jar</type>
- <version>2.0-SNAPSHOT</version>
- </dependency>
+ <!--
+ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId>
+ <type>jar</type> <version>2.0-SNAPSHOT</version> </dependency> <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> <type>jar</type> <version>2.0-SNAPSHOT</version> <exclusions>
+ <exclusion> <groupId>org.apache.tomcat</groupId> <artifactId>annotations-api</artifactId> </exclusion>
+ </exclusions> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-webapp</artifactId> <type>jar</type> <version>2.0-SNAPSHOT</version> </dependency>
-->
<dependency>
<groupId>junit</groupId>
@@ -82,7 +59,53 @@
</dependencies>
<profiles>
-
+ <profile>
+ <id>ws</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-xml</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-axiom</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-databinding-jaxb-axiom</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-xml-ws</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+ </profile>
+
<!-- Build profile that can be used to configure your Eclipse environment -->
<profile>
<id>eclipse</id>
@@ -116,13 +139,11 @@
<artifactId>*</artifactId>
<version>1.0</version>
</artifactMember>
- <!--
- <artifactMember>
- <groupId>com.google.gdata</groupId>
- <artifactId>gdata-media</artifactId>
- <version>1.0</version>
- </artifactMember>
- -->
+ <!--
+ <artifactMember> <groupId>com.google.gdata</groupId>
+ <artifactId>gdata-media</artifactId> <version>1.0</version>
+ </artifactMember>
+ -->
</artifactMembers>
</artifactAggregation>
</artifactAggregations>
@@ -203,17 +224,22 @@
<module>../../../modules/implementation-bpel-ode</module>
<module>../../../modules/implementation-ejb</module>
<module>../../../modules/implementation-java</module>
- <module>../../../modules/implementation-java-runtime</module>
+ <module>../../../modules/implementation-java-runtime
+ </module>
<module>../../../modules/implementation-java-xml</module>
<module>../../../modules/implementation-node</module>
- <module>../../../modules/implementation-node-runtime</module>
+ <module>../../../modules/implementation-node-runtime
+ </module>
<module>../../../modules/implementation-resource</module>
- <module>../../../modules/implementation-resource-runtime</module>
+ <module>../../../modules/implementation-resource-runtime
+ </module>
<module>../../../modules/implementation-script</module>
- <module>../../../modules/implementation-script-runtime</module>
+ <module>../../../modules/implementation-script-runtime
+ </module>
<module>../../../modules/implementation-spring</module>
<module>../../../modules/implementation-widget</module>
- <module>../../../modules/implementation-widget-runtime</module>
+ <module>../../../modules/implementation-widget-runtime
+ </module>
<module>../../../modules/implementation-xquery</module>
<module>../../../modules/interface</module>
<module>../../../modules/interface-java</module>