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.