From be6f6fdf5f4d17e5eabacf6473031a212914cfcc Mon Sep 17 00:00:00 2001 From: lresende Date: Fri, 29 Jan 2010 19:03:27 +0000 Subject: Java SCA 1.6 RC2a Release Tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@904591 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/tags/1.6-RC2a/pom.xml | 550 +++++++++++++++++++++++++++++++++++++ 1 file changed, 550 insertions(+) create mode 100644 sca-java-1.x/tags/1.6-RC2a/pom.xml (limited to 'sca-java-1.x/tags/1.6-RC2a/pom.xml') diff --git a/sca-java-1.x/tags/1.6-RC2a/pom.xml b/sca-java-1.x/tags/1.6-RC2a/pom.xml new file mode 100644 index 0000000000..a7f7055366 --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC2a/pom.xml @@ -0,0 +1,550 @@ + + + + 4.0.0 + + org.apache + apache + 4 + + + org.apache.tuscany.sca + tuscany-sca + pom + Apache Tuscany SCA Implementation Project (1.x) + http://tuscany.apache.org + 1.6 + + + scm:svn:http://svn.eu.apache.org/repos/asf/tuscany/sca-java-1.x/branches/sca-java-1.6 + scm:svn:https://svn.eu.apache.org/repos/asf/tuscany/sca-java-1.x/branches/sca-java-1.6 + http://svn.eu.apache.org/repos/asf/tuscany/sca-java-1.x/branches/sca-java-1.6 + + + + 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 + + + + apache.repository + Apache Repository + https://repository.apache.org/content/groups/snapshots + + true + + + true + + + + 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 + + + + ibiblio + http://mirrors.ibiblio.org/pub/mirrors/maven2/ + + true + + + false + + + + maven2.repo + http://repo1.maven.org/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 + + + + + + java download + Java Download Repository + http://download.java.net/maven/2 + + 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 + vtest + tutorials + + + + + distribution + + modules + tools + samples + itest + vtest + tutorials + demos + distribution + + + + + sources + + modules + tools + samples + itest + vtest + tutorials + + + true + + + + + org.apache.maven.plugins + maven-source-plugin + + true + + + + attach-sources + + jar + + + + + + + + + + eclipse + + src/main/resources + + + modules + tools + samples + itest + vtest + tutorials + demos + distribution + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.6 + + + + + + + osgi + + false + + + calculator + + + true + + + + + org.apache.tuscany.sca + tuscany-maven-osgi-junit + 1.6 + + + osgi-test + integration-test + + test + + + + + + + + + + dependencies + + modules + samples + tutorials + demos + + + + + org.apache.tuscany.sca + tuscany-maven-dependency-lister + 1.6 + + + process-resources + + execute + + + + + + + + + + security + + + itest + vtest + + + + tuscany.policy.file + + + + file:///${java.home}/lib/security/tuscany.policy + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3.1 + + + **/*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 + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + + 1.5 + 1.5 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3.1 + + + **/*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.1 + + + + ant + ant + 1.6.5 + + + org.apache.ant + ant + + + + + ant + ant-trax + 1.6.5 + + + org.apache.ant + ant-trax + + + + + + + + + -- cgit v1.2.3