From da00264fba80e29cc3e233af659e855c937c37df Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 09:12:10 +0000 Subject: [PATCH] Reworked echo sample to use maven for clients --- samples/echo/client/pom.xml | 25 +++++++++++ samples/echo/client/saaj/pom.xml | 46 ++++++++++++++++++++ samples/echo/client/spring-ws/pom.xml | 60 +++++++++++++++++++++++++++ samples/echo/pom.xml | 40 ++++++++++++++++++ 4 files changed, 171 insertions(+) create mode 100644 samples/echo/client/pom.xml create mode 100644 samples/echo/client/saaj/pom.xml create mode 100644 samples/echo/client/spring-ws/pom.xml create mode 100644 samples/echo/pom.xml diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml new file mode 100644 index 00000000..9dec8758 --- /dev/null +++ b/samples/echo/client/pom.xml @@ -0,0 +1,25 @@ + + + + echo + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + echo-client + pom + Spring WS Echo Sample - Clients + + saaj + spring-ws + + + + + log4j + log4j + runtime + + + diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml new file mode 100644 index 00000000..03150cd4 --- /dev/null +++ b/samples/echo/client/saaj/pom.xml @@ -0,0 +1,46 @@ + + + + echo-client + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + echo-saaj-client + jar + Spring WS Echo Sample - SAAJ Client + + + jdk15 + + !1.6 + + + + javax.xml.soap + saaj-api + compile + + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + + java + + + + + org.springframework.ws.samples.echo.client.saaj.EchoClient + + + + + diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml new file mode 100644 index 00000000..0ca506ec --- /dev/null +++ b/samples/echo/client/spring-ws/pom.xml @@ -0,0 +1,60 @@ + + + + echo-client + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + echo-spring-ws-client + jar + Spring WS Echo Sample - Spring-WS Client + + + jdk15 + + !1.6 + + + + javax.xml.soap + saaj-api + runtime + + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + + java + + + + + org.springframework.ws.samples.echo.client.sws.EchoClient + + + + + + + org.springframework + spring-context + + + org.springframework.ws + spring-xml + + + org.springframework.ws + spring-ws-core + + + diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml new file mode 100644 index 00000000..c7b87b73 --- /dev/null +++ b/samples/echo/pom.xml @@ -0,0 +1,40 @@ + + + + spring-ws-samples + org.springframework.ws + 2.0.0-M1-SNAPSHOT + ../pom.xml + + 4.0.0 + echo + pom + Spring WS Echo + + server + client + + + + + org.mortbay.jetty + maven-jetty-plugin + + + org.apache.maven.plugins + maven-war-plugin + + ${pom.artifactId} + + + + + + + + log4j + log4j + runtime + + +