From 3caf8614f25d6b1962e20331fdf423c863bc02f3 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:13:31 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835144 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-integration/pom/parent/pom.xml | 199 +++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-integration/pom/parent/pom.xml (limited to 'sca-java-1.x/branches/sca-java-integration/pom/parent') diff --git a/sca-java-1.x/branches/sca-java-integration/pom/parent/pom.xml b/sca-java-1.x/branches/sca-java-integration/pom/parent/pom.xml new file mode 100644 index 0000000000..58960cf03e --- /dev/null +++ b/sca-java-1.x/branches/sca-java-integration/pom/parent/pom.xml @@ -0,0 +1,199 @@ + + + + 4.0.0 + + org.apache + apache + 3 + + org.apache.tuscany + parent + pom + Apache Tuscany Project Parent + Parent POM defining settings that can be used across Tuscany + 0.1-integration-incubating-SNAPSHOT + + + 2.0.4 + + + + . + + + + scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java + scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java + http://svn.apache.org/viewvc/incubator/tuscany/java + + + + jira + http://issues.apache.org/jira/browse/TUSCANY + + + + + + apache.ws.m1.snapshots + Apache Web Services M1 Snapshot Repository + http://ws.zones.apache.org/repository + legacy + + true + + + + + + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + true + + + + + + codehaus-snapshot + Codehaus Snapshot Repository + http://snapshots.repository.codehaus.org + + true + + + + + + apache.incubator + Apache Incubator Repository + http://people.apache.org/repo/m2-incubating-repository + + true + + + + + + + + apache.incubator + Apache Incubator Repository + scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository + + + apache.snapshots + Apache Snapshot Repository + scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository + + + + + + + src/main/resources + + + ${notice.dir} + META-INF + true + + LICENSE.txt + NOTICE.txt + + + + + + + + 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 + + + + + + + + + + + eclipse + + src/main/resources + + + + + 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 + + + + + + + + -- cgit v1.2.3