From 9b7ade113deb34569586321cca5376c25a6161d1 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 28 Aug 2008 01:10:32 +0000 Subject: Minor improvements of some of the build scripts. Do not need to build the assembly with the -Pmodules profile. Excluded the distro modules from the -Pmodules profile. Fixed up some of the OSGi dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689690 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/distribution/features/webservice/pom.xml | 63 +++++++++++++---------- 1 file changed, 35 insertions(+), 28 deletions(-) (limited to 'java/sca/distribution/features/webservice/pom.xml') diff --git a/java/sca/distribution/features/webservice/pom.xml b/java/sca/distribution/features/webservice/pom.xml index 4ca873f418..809dba0f0d 100644 --- a/java/sca/distribution/features/webservice/pom.xml +++ b/java/sca/distribution/features/webservice/pom.xml @@ -112,6 +112,39 @@ + + + default + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/bin.xml + src/main/assembly/src.xml + + gnu + apache-tuscany-sca-webservice-1.4-SNAPSHOT + + + + + + + + modules @@ -141,9 +174,9 @@ ../../../modules/databinding-jaxb-axiom ../../../modules/definitions ../../../modules/definitions-xml - ../../../modules/distribution-core ../../../modules/endpoint ../../../modules/extensibility + ../../../modules/extensibility-osgi ../../../modules/host-embedded ../../../modules/host-http ../../../modules/host-jetty @@ -163,6 +196,7 @@ ../../../modules/node-api ../../../modules/node-impl ../../../modules/node-launcher + ../../../modules/node-launcher-osgi ../../../modules/node-launcher-webapp ../../../modules/policy ../../../modules/policy-security @@ -176,31 +210,4 @@ - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distribution-package - package - - single - - - - src/main/assembly/bin.xml - src/main/assembly/src.xml - - gnu - apache-tuscany-sca-webservice-1.4-SNAPSHOT - - - - - - - - -- cgit v1.2.3