From 4c2c152a8c840631c6e25d51f77e7d8fd1bbf230 Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Mon, 24 Mar 2014 14:40:55 -0400 Subject: [PATCH] =doc #3954 Clarify how to use snapshots with Maven --- akka-docs/rst/intro/getting-started.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/akka-docs/rst/intro/getting-started.rst b/akka-docs/rst/intro/getting-started.rst index 5a5184bdd2..2d9d5b8492 100644 --- a/akka-docs/rst/intro/getting-started.rst +++ b/akka-docs/rst/intro/getting-started.rst @@ -120,7 +120,7 @@ The simplest way to get started with Akka and Maven is to check out the `Typesafe Activator `_ tutorial named `Akka Main in Java `_. -Since Akka is published to Maven Central (for versions since 2.1-M2), is it +Since Akka is published to Maven Central (for versions since 2.1-M2), it is enough to add the Akka dependencies to the POM. For example, here is the dependency for akka-actor: @@ -132,6 +132,20 @@ dependency for akka-actor: @version@ +For snapshot versions, snapshot repository need to be added as well: + +.. code-block:: xml + + + + akka-snapshots + + true + + http://repo.akka.io/snapshots/ + + + **Note**: for snapshot versions both ``SNAPSHOT`` and timestamped versions are published.