From 1ec6782608ae0402055e26bcf5a4b3713f899926 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 10 Nov 2009 14:13:52 +0000 Subject: Move to sandbox while setting it up to not interfere with the otests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834472 13f79535-47bb-0310-9956-ffa450edef68 --- .../Hudson/Assembly/assembly-test-runner/pom.xml | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 sandbox/Hudson/Assembly/assembly-test-runner/pom.xml (limited to 'sandbox/Hudson/Assembly/assembly-test-runner') diff --git a/sandbox/Hudson/Assembly/assembly-test-runner/pom.xml b/sandbox/Hudson/Assembly/assembly-test-runner/pom.xml new file mode 100644 index 0000000000..f3ec1b344b --- /dev/null +++ b/sandbox/Hudson/Assembly/assembly-test-runner/pom.xml @@ -0,0 +1,138 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../pom.xml + + + tuscany-assembly-test-runner + Apache Tuscany SCA Specification Tests Runner + + + + + org.apache.tuscany.sca + tuscany-base + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-webservices + 2.0-SNAPSHOT + + + + org.mortbay.jetty + jetty + 6.1.19 + + + + log4j + log4j + 1.2.14 + + + + org.oasis-open.sca.assembly + General_Java + 1.0 + + + + junit + junit + 4.5 + test + + + + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + + + copy-files-from-svn + generate-resources + + run + + + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.3 + + + add-test-source + generate-sources + + add-test-source + + + + src/test/tjava + + + + + + + + -- cgit v1.2.3