From f1357b0cf376df1271b1daa119582b68de7db4b6 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Thu, 16 Dec 2010 10:29:22 +0000 Subject: [PATCH] Add top-level poms for building all samples from the command-line. This is also useful if you prefer the Maven Eclipse plugin over m2eclipse: mvn -Dwtpversion=20 eclipse:clean eclipse:eclipse --- applications/pom.xml | 18 ++++++++++++++++++ basic/pom.xml | 31 +++++++++++++++++++++++++++++++ intermediate/pom.xml | 20 ++++++++++++++++++++ pom.xml | 18 ++++++++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 applications/pom.xml create mode 100644 basic/pom.xml create mode 100644 intermediate/pom.xml create mode 100644 pom.xml diff --git a/applications/pom.xml b/applications/pom.xml new file mode 100644 index 00000000..f1f3598a --- /dev/null +++ b/applications/pom.xml @@ -0,0 +1,18 @@ + + + + 4.0.0 + org.springframework.integration.samples + applications + 2.0.0 + Spring Integration Sample Applications + pom + + + cafe + loan-broker + loanshark + + + diff --git a/basic/pom.xml b/basic/pom.xml new file mode 100644 index 00000000..07d40217 --- /dev/null +++ b/basic/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + org.springframework.integration.samples + basic-samples + 2.0.0 + Basic Spring Integration Samples + pom + + + feed + file + ftp + helloworld + jms + jmx + mail + oddeven + quote + sftp + tcp-client-server + twitter + ws-inbound-gateway + ws-outbound-gateway + xml + xmpp + + + diff --git a/intermediate/pom.xml b/intermediate/pom.xml new file mode 100644 index 00000000..216a102e --- /dev/null +++ b/intermediate/pom.xml @@ -0,0 +1,20 @@ + + + + 4.0.0 + org.springframework.integration.samples + intermediate-samples + 2.0.0 + Intermediate Spring Integration Samples + pom + + + async-gateway + errorhandling + file-processing + multipart-http + travel + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..b22bb94f --- /dev/null +++ b/pom.xml @@ -0,0 +1,18 @@ + + + + 4.0.0 + org.springframework.integration.samples + samples-root + 2.0.0 + Spring Integration Samples Root + pom + + + basic + intermediate + applications + + +