From 6e78d7c797c72b04d3eb61fcf960a64d34ba1604 Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 17 Sep 2010 09:16:08 +0000 Subject: Fix up existing pom to generate jar to be used by trunk compliance. Removes to need for separate project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998026 13f79535-47bb-0310-9956-ffa450edef68 --- .../newlayout/tuscany-java-ci-test-runner/pom.xml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'otest') diff --git a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml index 89756a4193..0b7d5f9b44 100644 --- a/otest/newlayout/tuscany-java-ci-test-runner/pom.xml +++ b/otest/newlayout/tuscany-java-ci-test-runner/pom.xml @@ -177,8 +177,35 @@ + + add-test-resource + generate-sources + + add-test-resource + + + + + src/main/resources + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + ${project.build.directory}/test-classes + + **/* + + + + -- cgit v1.2.3