From 66fe5f700fe38c7254dc08722a5c52c9ebd554fa Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 14 Apr 2010 15:21:35 +0000 Subject: Remove binary distro from mvn build (TUSCANY-3528) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933986 13f79535-47bb-0310-9956-ffa450edef68 --- .../tutorials/travelsample/distribution/pom.xml | 34 ++++++++++++++++++---- .../distribution/src/main/assembly/src.xml | 8 ++--- 2 files changed, 32 insertions(+), 10 deletions(-) (limited to 'sca-java-1.x/trunk/tutorials') diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml index cf87578add..0f8f681c64 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/pom.xml @@ -31,10 +31,32 @@ Apache Tuscany SCA Tours Distribution pom - - bundle - jaxws - ode - openejb - + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distribution-package + package + + single + + + + src/main/assembly/src.xml + + gnu + . + target + apache-tuscany-scatours-${version} + true + true + + + + + + diff --git a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml index 72863f4020..f0c8ba379f 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/distribution/src/main/assembly/src.xml @@ -19,15 +19,15 @@ --> - src + true - tuscany-scatours-${version}-src + tuscany-scatours-${version} + tar.gz zip ---> -- cgit v1.2.3