From 1a617b12813cb5ff48061de90a6b94c67ee70871 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 24 Jun 2010 16:57:52 +0000 Subject: [PATCH] added elements as necessary to all sample projects (and sample parent pom) in order to facilitate checking out and building samples individually. Without these definitions, the samples will fail when trying to look up parent poms. --- spring-integration-samples/cafe/pom.xml | 15 +++++++++++++++ .../errorhandling/pom.xml | 17 +++++++++++++++++ spring-integration-samples/filecopy/pom.xml | 17 +++++++++++++++++ spring-integration-samples/helloworld/pom.xml | 17 +++++++++++++++++ spring-integration-samples/jms/pom.xml | 17 +++++++++++++++++ spring-integration-samples/jmx/pom.xml | 17 +++++++++++++++++ spring-integration-samples/loan-broker/pom.xml | 17 +++++++++++++++++ spring-integration-samples/loanshark/pom.xml | 15 +++++++++++++++ spring-integration-samples/oddeven/pom.xml | 17 +++++++++++++++++ spring-integration-samples/pom.xml | 17 +++++++++++++++++ spring-integration-samples/quote/pom.xml | 17 +++++++++++++++++ .../ws-inbound-gateway/pom.xml | 17 +++++++++++++++++ .../ws-outbound-gateway/pom.xml | 17 +++++++++++++++++ spring-integration-samples/xml/pom.xml | 17 +++++++++++++++++ 14 files changed, 234 insertions(+) diff --git a/spring-integration-samples/cafe/pom.xml b/spring-integration-samples/cafe/pom.xml index 69ea940e25..e803cdb580 100644 --- a/spring-integration-samples/cafe/pom.xml +++ b/spring-integration-samples/cafe/pom.xml @@ -55,6 +55,21 @@ + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + repository.springsource.external diff --git a/spring-integration-samples/errorhandling/pom.xml b/spring-integration-samples/errorhandling/pom.xml index 149c736d5a..1470d7eb1c 100644 --- a/spring-integration-samples/errorhandling/pom.xml +++ b/spring-integration-samples/errorhandling/pom.xml @@ -15,4 +15,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/filecopy/pom.xml b/spring-integration-samples/filecopy/pom.xml index 2bef7e5614..85a20dff48 100644 --- a/spring-integration-samples/filecopy/pom.xml +++ b/spring-integration-samples/filecopy/pom.xml @@ -15,4 +15,21 @@ spring-integration-file + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/helloworld/pom.xml b/spring-integration-samples/helloworld/pom.xml index 8466a1f165..17d3bc6715 100644 --- a/spring-integration-samples/helloworld/pom.xml +++ b/spring-integration-samples/helloworld/pom.xml @@ -33,4 +33,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/jms/pom.xml b/spring-integration-samples/jms/pom.xml index 6751b7e8a0..ba217d6443 100644 --- a/spring-integration-samples/jms/pom.xml +++ b/spring-integration-samples/jms/pom.xml @@ -20,4 +20,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/jmx/pom.xml b/spring-integration-samples/jmx/pom.xml index 958aa376b3..c548c0f310 100644 --- a/spring-integration-samples/jmx/pom.xml +++ b/spring-integration-samples/jmx/pom.xml @@ -15,4 +15,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/loan-broker/pom.xml b/spring-integration-samples/loan-broker/pom.xml index 49f84322dd..3312671297 100644 --- a/spring-integration-samples/loan-broker/pom.xml +++ b/spring-integration-samples/loan-broker/pom.xml @@ -42,4 +42,21 @@ + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/loanshark/pom.xml b/spring-integration-samples/loanshark/pom.xml index 6526dee094..a145d5638e 100644 --- a/spring-integration-samples/loanshark/pom.xml +++ b/spring-integration-samples/loanshark/pom.xml @@ -365,5 +365,20 @@ http://download.java.net/maven/glassfish false + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + diff --git a/spring-integration-samples/oddeven/pom.xml b/spring-integration-samples/oddeven/pom.xml index ce22fde375..5f7d473069 100644 --- a/spring-integration-samples/oddeven/pom.xml +++ b/spring-integration-samples/oddeven/pom.xml @@ -15,4 +15,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/pom.xml b/spring-integration-samples/pom.xml index ac9b91adce..c5a12c2b83 100644 --- a/spring-integration-samples/pom.xml +++ b/spring-integration-samples/pom.xml @@ -99,4 +99,21 @@ + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/quote/pom.xml b/spring-integration-samples/quote/pom.xml index b5867d331c..d9cc3b2a31 100644 --- a/spring-integration-samples/quote/pom.xml +++ b/spring-integration-samples/quote/pom.xml @@ -15,4 +15,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/ws-inbound-gateway/pom.xml b/spring-integration-samples/ws-inbound-gateway/pom.xml index 616b05bed1..04fa6f6bb0 100644 --- a/spring-integration-samples/ws-inbound-gateway/pom.xml +++ b/spring-integration-samples/ws-inbound-gateway/pom.xml @@ -59,4 +59,21 @@ + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/ws-outbound-gateway/pom.xml b/spring-integration-samples/ws-outbound-gateway/pom.xml index 592fc45db2..427efdaf8d 100644 --- a/spring-integration-samples/ws-outbound-gateway/pom.xml +++ b/spring-integration-samples/ws-outbound-gateway/pom.xml @@ -25,4 +25,21 @@ spring-integration-core + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + + diff --git a/spring-integration-samples/xml/pom.xml b/spring-integration-samples/xml/pom.xml index 578a52dd00..c054a1fb73 100644 --- a/spring-integration-samples/xml/pom.xml +++ b/spring-integration-samples/xml/pom.xml @@ -15,4 +15,21 @@ spring-integration-xml + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + + repository.springframework.maven.milestone + Spring Framework Maven Milestone Repository + http://maven.springframework.org/milestone + + + repository.springframework.maven.snapshot + Spring Framework Maven Snapshot Repository + http://maven.springframework.org/snapshot + +