From 4baf80bebd5df0ed7e6753059b75ff0286f2fbec Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 16 Sep 2010 14:44:26 +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@997768 13f79535-47bb-0310-9956-ffa450edef68 --- otest/newlayout/tuscany-test-runner/pom.xml | 77 +++++++++++++++++++++++++++-- 1 file changed, 74 insertions(+), 3 deletions(-) (limited to 'otest') diff --git a/otest/newlayout/tuscany-test-runner/pom.xml b/otest/newlayout/tuscany-test-runner/pom.xml index a5b49b6ce7..5bbae04bc2 100644 --- a/otest/newlayout/tuscany-test-runner/pom.xml +++ b/otest/newlayout/tuscany-test-runner/pom.xml @@ -26,7 +26,7 @@ ../pom.xml tuscany-otests-asm-tests - Apache Tuscany SCA Specification Tests + Apache Tuscany SCA Specification Assembly Tests @@ -103,11 +103,55 @@ - - ${artifactId} + org.apache.maven.plugins maven-antrun-plugin @@ -163,8 +207,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