From f3a07b7211785fc1b2229418f16b7c50007f59db Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 7 Jan 2011 16:13:31 +0000 Subject: Add module for build JCAA test zip git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056371 13f79535-47bb-0310-9956-ffa450edef68 --- otest/newlayout/oasis-jcaa-contributions/pom.xml | 54 ++++++++++++++++++++++ .../src/main/resources/assembly.xml | 31 +++++++++++++ .../src/main/resources/components.xml | 29 ++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 otest/newlayout/oasis-jcaa-contributions/pom.xml create mode 100644 otest/newlayout/oasis-jcaa-contributions/src/main/resources/assembly.xml create mode 100644 otest/newlayout/oasis-jcaa-contributions/src/main/resources/components.xml (limited to 'otest') diff --git a/otest/newlayout/oasis-jcaa-contributions/pom.xml b/otest/newlayout/oasis-jcaa-contributions/pom.xml new file mode 100644 index 0000000000..90a4e619b9 --- /dev/null +++ b/otest/newlayout/oasis-jcaa-contributions/pom.xml @@ -0,0 +1,54 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../pom.xml + + oasis-javacaa-contributions + Apache Tuscany SCA OASIS Java CAA Otest Contributions Zip + + + ${artifactId} + + + maven-assembly-plugin + 2.2-beta-5 + + + src/main/resources/assembly.xml + + + + + make-assembly + package + + single + + + + + + + diff --git a/otest/newlayout/oasis-jcaa-contributions/src/main/resources/assembly.xml b/otest/newlayout/oasis-jcaa-contributions/src/main/resources/assembly.xml new file mode 100644 index 0000000000..fd643bb119 --- /dev/null +++ b/otest/newlayout/oasis-jcaa-contributions/src/main/resources/assembly.xml @@ -0,0 +1,31 @@ + + + + + + false + + zip + + + + src/main/resources/components.xml + + diff --git a/otest/newlayout/oasis-jcaa-contributions/src/main/resources/components.xml b/otest/newlayout/oasis-jcaa-contributions/src/main/resources/components.xml new file mode 100644 index 0000000000..2545e42d5a --- /dev/null +++ b/otest/newlayout/oasis-jcaa-contributions/src/main/resources/components.xml @@ -0,0 +1,29 @@ + + + + + ../sca-java-caa + / + + **/target/*.zip + + + + -- cgit v1.2.3