From 8475dd947c2e9223b66e9270af1341c3a8f20ba9 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 22 Oct 2009 10:18:10 +0000 Subject: Add a pom.xml for the sca-assembly root which is copied from OASIS with all the test modules removed as only the client stuff is needed here git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@828633 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/scajcaa/sca-assembly/pom.xml | 253 +++++++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 sandbox/scajcaa/sca-assembly/pom.xml (limited to 'sandbox/scajcaa/sca-assembly') diff --git a/sandbox/scajcaa/sca-assembly/pom.xml b/sandbox/scajcaa/sca-assembly/pom.xml new file mode 100644 index 0000000000..0078640da2 --- /dev/null +++ b/sandbox/scajcaa/sca-assembly/pom.xml @@ -0,0 +1,253 @@ + + + + 4.0.0 + + http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sca-assembly + org.oasis-open.sca.assembly + assembly-modules + 1.0 + pom + OASIS SCA Assembly TestCase Suite (1.1) Modules + + + + + + Test_Client + + + + + junit + junit + 4.5 + test + + + + + scm:svn:http://svn.apache.org/repos/asf/tuscany/java/sca + scm:svn:https://svn.apache.org/repos/asf/tuscany/java/sca + http://svn.apache.org/repos/asf/tuscany/java/sca + + + + 2.0.6 + + + + . + + + + + maven.central + http://repo2.maven.org/maven2 + + true + + + false + + + + + + apache.snapshot + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + + + + + apache + Apache Repository + http://people.apache.org/repo/m2-ibiblio-rsync-repository + + true + + + false + + + + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + true + + + + + + codehaus-snapshot + Codehaus Snapshot Repository + http://snapshots.repository.codehaus.org + + true + + + + + + maven.central + Maven Central Repository + http://repo2.maven.org/maven2 + + true + + + false + + + + + java.net2 + java.net Maven 2.x Repository + http://download.java.net/maven/2 + + false + + + + + + + + + + default + + true + + + + + + eclipse + + + org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse + + + + org.apache.tuscany.maven.plugins + maven-bundle-plugin + 1.0.4-SNAPSHOT + true + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + + + + + + + + + install + + + + src/main/resources + + + ${basedir} + + LICENSE + NOTICE + README + META-INF/**/* + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + ../tozip.xml + + false + + + + make-assembly + package + + single + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + org.apache.tuscany.maven.plugins + maven-eclipse-compiler + 1.0.1 + provided + + + + + + + + + maven-jar-plugin + + + ${basedir}/META-INF/MANIFEST.MF + + + + + + + -- cgit v1.2.3