From 6b1472660afb0949f2ee8dd839c5913e04333065 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Mon, 2 Mar 2015 16:10:08 +0000 Subject: [PATCH] Add snapshot repo to examples pom.xml When running the examples from the distribution the example poms need to find the top level activemq-pom. For snapshot releases this will only exist in the snapshot repo. In additon we include the snapshot plugins repo for the activemq-maven-plugin --- examples/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/examples/pom.xml b/examples/pom.xml index e14543924c..b34f7e7b05 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -38,6 +38,28 @@ under the License. true + + + apache.snapshots + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots/ + + true + + + + + + + apache.snapshots + Apache Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots/ + + true + + + + core jms