You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/03/02 19:28:17 UTC

[2/3] activemq-6 git commit: Add snapshot repo to examples pom.xml

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


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/6b147266
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/6b147266
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/6b147266

Branch: refs/heads/master
Commit: 6b1472660afb0949f2ee8dd839c5913e04333065
Parents: df99aa6
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon Mar 2 16:10:08 2015 +0000
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Mon Mar 2 18:12:45 2015 +0000

----------------------------------------------------------------------
 examples/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/6b147266/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index e145439..b34f7e7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,6 +38,28 @@ under the License.
       <skipStyleCheck>true</skipStyleCheck>
    </properties>
 
+   <repositories>
+      <repository>
+          <id>apache.snapshots</id>
+          <name>Apache Development Snapshot Repository</name>
+          <url>https://repository.apache.org/content/repositories/snapshots/</url>
+          <snapshots>
+              <enabled>true</enabled>
+          </snapshots>
+      </repository>
+   </repositories>
+
+   <pluginRepositories>
+      <pluginRepository>
+         <id>apache.snapshots</id>
+         <name>Apache Development Snapshot Repository</name>
+         <url>https://repository.apache.org/content/repositories/snapshots/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </pluginRepository>
+   </pluginRepositories>
+
    <modules>
       <module>core</module>
       <module>jms</module>