From 6fadbc9cd1fcf03d0b3630f772d91df149b70428 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:19 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835123 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/branches/sca-java-1.0.1/pom.xml | 232 +++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.0.1/pom.xml (limited to 'sca-java-1.x/branches/sca-java-1.0.1/pom.xml') diff --git a/sca-java-1.x/branches/sca-java-1.0.1/pom.xml b/sca-java-1.x/branches/sca-java-1.0.1/pom.xml new file mode 100644 index 0000000000..0735ee1541 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.0.1/pom.xml @@ -0,0 +1,232 @@ + + + + 4.0.0 + + org.apache.tuscany + parent + 2-incubating + ../pom/parent/pom.xml + + org.apache.tuscany.sca + tuscany-sca + pom + Apache Tuscany SCA Implementation Project + http://incubator.apache.org/tuscany/ + 1.0.1-incubating-SNAPSHOT + + + scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/sca + scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java/sca + http://svn.apache.org/repos/asf/incubator/tuscany/java/sca + + + + + apache.incubator + http://people.apache.org/repo/m2-incubating-repository + + + apache.ws.zone + Apache WS Zone Repository + http://ws.zones.apache.org/repository2 + + true + + + false + + + + + + + default + + true + + + modules + samples + itest + + + + + distribution + + modules + samples + itest + distribution + + + + + eclipse + + modules + samples + itest + demos + distribution + + + + + + install + + + + src/main/resources + + + ${notice.dir} + META-INF + true + + DISCLAIMER + 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 + + + **/*TestCase.java + + brief + false + once + -ea -Xmx128m + + + + + + 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-checkstyle-plugin + 2.1 + + + org.apache.tuscany + buildtools + 2-incubating + + + + + process-sources + process-sources + + tuscany-checkstyle.xml + tuscany-suppressions.xml + true + true + false + ${basedir}/src + ${checkstyle.properties} + + + checkstyle + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.1 + + + ${basedir}/.ruleset + + false + 1.5 + + + + process-sources + process-sources + + check + + + + + + + + org.apache.maven.plugins + maven-clover-plugin + + 1.5 + + + + + + + -- cgit v1.2.3