From cbd96cbf252e7e6989aba9a46a556573aa533606 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 12 Oct 2008 12:25:49 +0000 Subject: Branch for 1.3.3 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703809 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.3.3/pom.xml | 420 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 420 insertions(+) create mode 100644 branches/sca-java-1.3.3/pom.xml (limited to 'branches/sca-java-1.3.3/pom.xml') diff --git a/branches/sca-java-1.3.3/pom.xml b/branches/sca-java-1.3.3/pom.xml new file mode 100644 index 0000000000..a88d51045e --- /dev/null +++ b/branches/sca-java-1.3.3/pom.xml @@ -0,0 +1,420 @@ + + + + 4.0.0 + + org.apache + apache + 4 + + + org.apache.tuscany.sca + tuscany-sca + pom + Apache Tuscany SCA Implementation Project + http://incubator.apache.org/tuscany/ + 1.3.2-SNAPSHOT + + + 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 + + + + 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/ + + + osuosl.org + http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2 + + + + + + + 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 + vtest + tutorial + + + + + distribution + + modules + tools + samples + itest + vtest + tutorial + demos + distribution + + + + + sources + + modules + tools + samples + itest + vtest + tutorial + + + true + + + + + org.apache.maven.plugins + maven-source-plugin + + true + + + + attach-sources + + jar + + + + + + + + + + eclipse + + src/main/resources + + + modules + tools + samples + itest + vtest + tutorial + demos + distribution + + + + + dependencies + + modules + samples + tutorial + demos + + + + + org.apache.tuscany.sca + tuscany-maven-dependency-lister + 1.3.2-SNAPSHOT + + + 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 + + + + + + + -- cgit v1.2.3