From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/axis2-1.4/pom.xml | 267 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 sandbox/axis2-1.4/pom.xml (limited to 'sandbox/axis2-1.4/pom.xml') diff --git a/sandbox/axis2-1.4/pom.xml b/sandbox/axis2-1.4/pom.xml new file mode 100644 index 0000000000..0efc0af166 --- /dev/null +++ b/sandbox/axis2-1.4/pom.xml @@ -0,0 +1,267 @@ + + + + 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/ + 2.0-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 + + + + indiana + http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2/ + + + osuosl.org + http://ftp.osuosl.org/pub/eclipse/tools/emf/maven2 + + + + + + default + + true + + + modules + tools + samples + itest + vtest + tutorial + + + + + distribution + + modules + tools + samples + itest + vtest + tutorial + demos + distribution + + + + + eclipse + + modules + tools + samples + itest + vtest + tutorial + demos + distribution + + + + + dependencies + + modules + samples + tutorial + demos + + + + + org.apache.tuscany.sca + tuscany-maven-dependency-lister + 2.0-incubating-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 + + + + + + + + + + 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.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