From 36b544e4dc4b3ce143b909dc7a4f6d841d4f11df Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 21 Sep 2010 12:00:51 +0000 Subject: Update the contribution jar archetype to use the simplest standalone pom.xml possible and to use the Oasis SCA API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999357 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/archetype-resources/pom.xml | 75 +++++++--------------- 1 file changed, 23 insertions(+), 52 deletions(-) (limited to 'sca-java-2.x/trunk/archetypes/contribution-jar') diff --git a/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml index 99eb8fe62b..8b2ad3d3a9 100644 --- a/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml +++ b/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml @@ -19,26 +19,22 @@ --> - 4.0.0 + ${groupId} ${artifactId} - jar ${version} - #literal() - quickstart - + ${artifactId} - + - org.apache.tuscany.sca - tuscany-sca-api - ${tuscany.version} + org.oasis-open.sca.j + sca-caa-apis + 1.1-CD04 provided - junit junit @@ -47,64 +43,39 @@ + install ${artifactId} - - - false - src/main/resources - - - false - src/main/java - - ** - - - **/*.java - - - - - - false - src/test/java - - ** - - - **/*.java - - - + - true org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + 1.6 + 1.6 true true - - org.apache.maven.plugins - maven-eclipse-plugin - - true - - org.apache.tuscany.maven.plugins maven-tuscany-plugin + - - 2.0-SNAPSHOT - - #end + + + + + oasis.svn + http://tools.oasis-open.org/version-control/svn/sca-j/Release/ + + true + + + + -- cgit v1.2.3