From a1b5e0c5553f9cd566cf6e67a16eee45c1583826 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 28 Jul 2009 11:41:40 +0000 Subject: extend pom generation tool to support contributions that have java content git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798492 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/otest/current/README | 5 ++ java/sca/otest/current/build.xml | 9 ++-- java/sca/otest/current/template-pom-java.xml | 80 ++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 5 deletions(-) create mode 100644 java/sca/otest/current/template-pom-java.xml diff --git a/java/sca/otest/current/README b/java/sca/otest/current/README index 6a86c9200e..769a0e242e 100644 --- a/java/sca/otest/current/README +++ b/java/sca/otest/current/README @@ -50,3 +50,8 @@ is an ant script that sets up the contribution modules. otest/current/ant fixUpContributions Creates the src/main/resource directory and copies in the pom from the template-pom.xml file + + +Extra dependencies that are required + +ASM_8004 -> ASM_8005 diff --git a/java/sca/otest/current/build.xml b/java/sca/otest/current/build.xml index d05d4f1d0b..e91533d044 100644 --- a/java/sca/otest/current/build.xml +++ b/java/sca/otest/current/build.xml @@ -70,13 +70,12 @@ - + + diff --git a/java/sca/otest/current/template-pom-java.xml b/java/sca/otest/current/template-pom-java.xml new file mode 100644 index 0000000000..b24e322669 --- /dev/null +++ b/java/sca/otest/current/template-pom-java.xml @@ -0,0 +1,80 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-otests + 2.0-SNAPSHOT + ../pom.xml + + tuscany-otests-asm-@ASM@ + Apache Tuscany SCA Specification Tests @ASM@ + + + + org.apache.tuscany.sca + tuscany-otests-asm-General_Java + 2.0-SNAPSHOT + + + + + ${artifactId} + + + src/main/java + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + ant + ant-trax + 1.6.5 + + + + + + copy-files-from-svn + generate-resources + + run + + + + + + + + + + + + + + + + -- cgit v1.2.3