From 46843700fd3466cf902e18aac14fbe9d6e383a84 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 30 Jun 2008 23:34:04 +0000 Subject: Build scripts for the modular distributions that I need: base minimal distro, enterprise java, web 20, web service, business process, and domain manager. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672958 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/sebastien/distribution/webservice/pom.xml | 154 ++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 sandbox/sebastien/distribution/webservice/pom.xml (limited to 'sandbox/sebastien/distribution/webservice/pom.xml') diff --git a/sandbox/sebastien/distribution/webservice/pom.xml b/sandbox/sebastien/distribution/webservice/pom.xml new file mode 100644 index 0000000000..81c7b5f6df --- /dev/null +++ b/sandbox/sebastien/distribution/webservice/pom.xml @@ -0,0 +1,154 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-modular-distribution + 1.4-SNAPSHOT + ../pom.xml + + + tuscany-distribution-webservice + Apache Tuscany SCA Web Service Distribution + pom + + + + + + org.apache.tuscany.sca + tuscany-distribution-base + pom + 1.4-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-binding-sca-axis2 + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4-SNAPSHOT + + + org.apache.ant + ant-nodeps + + + org.apache.axis2 + addressing + + + org.apache.axis2 + axis2-xmlbeans + + + org.apache.axis2 + axis2-adb-codegen + + + bouncycastle + bcprov-jdk15 + + + opensaml + opensaml + + + + + + + org.apache.tuscany.sca + tuscany-databinding-axiom + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-jaxb-axiom + 1.4-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4-SNAPSHOT + + + + + org.apache.tuscany.sca + tuscany-policy-security-ws + 1.4-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-policy-xml-ws + 1.4-SNAPSHOT + + + + + + + src/main/java + + **/* + + + + src/main/resources + + **/* + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + + gnu + apache-tuscany-sca-webservice-1.4-SNAPSHOT + + + + + + + + + -- cgit v1.2.3