From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/tags/0.99-incubating/pom.xml | 218 ++++++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 sca-java-1.x/tags/0.99-incubating/pom.xml (limited to 'sca-java-1.x/tags/0.99-incubating/pom.xml') diff --git a/sca-java-1.x/tags/0.99-incubating/pom.xml b/sca-java-1.x/tags/0.99-incubating/pom.xml new file mode 100644 index 0000000000..86bc7331ce --- /dev/null +++ b/sca-java-1.x/tags/0.99-incubating/pom.xml @@ -0,0 +1,218 @@ + + + + 4.0.0 + + org.apache.tuscany + parent + 2-incubating + + org.apache.tuscany.sca + tuscany-sca + pom + Apache Tuscany SCA Implementation Project + http://incubator.apache.org/tuscany/ + 0.99-incubating + + + 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 + + + + + + default + + true + + + modules + samples + itest + + + + + distribution + + modules + samples + itest + distribution + + + + + eclipse + + modules + samples + itest + demos + + + + + + 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