From 5b8a1832fcb2586965fff1ac2225399c8959f9c4 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:21:32 +0000 Subject: Moving 2.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835148 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/tags/2.0-M1/pom.xml | 535 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 535 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-M1/pom.xml (limited to 'sca-java-2.x/tags/2.0-M1/pom.xml') diff --git a/sca-java-2.x/tags/2.0-M1/pom.xml b/sca-java-2.x/tags/2.0-M1/pom.xml new file mode 100644 index 0000000000..cddf3eb579 --- /dev/null +++ b/sca-java-2.x/tags/2.0-M1/pom.xml @@ -0,0 +1,535 @@ + + + + 4.0.0 + + org.apache + apache + 4 + + + org.apache.tuscany.sca + tuscany-sca + pom + Apache Tuscany SCA Implementation Project + http://tuscany.apache.org + 2.0-M1 + + + 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 + + + + . + + + + jira + http://issues.apache.org/jira/browse/TUSCANY + + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + true + + + false + + + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + apache.ws.zone + Apache WS Zone Repository + http://ws.zones.apache.org/repository2 + + true + + + false + + + + indiana + http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/ + + true + + + false + + + + osuosl.org + http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2 + + true + + + false + + + + + + + + apache + Apache Repository + http://people.apache.org/repo/m2-ibiblio-rsync-repository + + true + + + false + + + + + + apache.incubator + Apache Incubator Repository + http://people.apache.org/repo/m2-incubating-repository + + true + + + false + + + + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + + + codehaus-snapshot + Codehaus Snapshot Repository + http://snapshots.repository.codehaus.org + + true + + + + + + + apache.releases + Apache Release Distribution Repository + scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository + + + apache.snapshots + Apache Development Snapshot Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + + + + + + default + + true + + + modules + tools + samples + itest + features + distribution + + + + + + setup + + tools/maven/maven-eclipse-compiler + + + + + + distribution + + modules + tools + samples + itest + + features + distribution + + + + + sources + + modules + tools + samples + itest + vtest + tutorials + + + true + + + + + org.apache.maven.plugins + maven-source-plugin + + true + + + + attach-sources + + jar + + + + + + + + + + eclipse + + + modules + tools + samples + itest + + + + features + distribution + + + org.apache.tuscany.sca:tuscany-maven-bundle-plugin:eclipse + + + + org.apache.tuscany.sca + tuscany-maven-bundle-plugin + 2.0-SNAPSHOT + true + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + + + + + osgi + + false + + + samples + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + org.apache.tuscany.sca + tuscany-maven-osgi-junit + 2.0-M1 + + + osgi-test + test + + test + + + + + + + + + + dependencies + + modules + + + + + + org.apache.tuscany.sca + tuscany-maven-dependency-lister + 2.0-M1 + + + process-resources + + execute + + + + + + + + + + security + + + itest + vtest + + + + tuscany.policy.file + + + + file:///${java.home}/lib/security/tuscany.policy + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4.3 + + + **/*TestCase.java + + brief + false + once + + -Djava.security.manager -Djava.security.policy=${tuscany.policy.file} -Dpolicy.allowSystemProperty=true -Djava.security.debug=policy + + + + + + + + + sourcecheck + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + true + -Xlint:unchecked,deprecation,fallthrough,finally + + + + + + + + + + + install + + + + src/main/resources + + + ${notice.dir} + META-INF + true + + LICENSE + NOTICE + MANIFEST.MF + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + tuscany-eclipse + 1.5 + 1.5 + + true + + + + + + org.apache.tuscany.sca + tuscany-maven-eclipse-compiler + 2.0-M1 + provided + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4.3 + + + **/*TestCase.java + + brief + false + once + -ea -Xmx256m + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + ${project.artifactId} + ${name} + The Apache Software Foundation + ${version} + ${name} + org.apache + The Apache Software Foundation + ${version} + + + + + + + + org.apache.maven.plugins + maven-clover-plugin + + 1.5 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.3 + + + + org.apache.ant + ant-trax + 1.7.1 + + + + + + + + -- cgit v1.2.3