From d5fd40d0469b0baeb414823a8f8484c33e701ed7 Mon Sep 17 00:00:00 2001 From: Kristijan Conkas Date: Thu, 14 Apr 2016 11:20:27 +0100 Subject: [PATCH] RM-3284: Instructions for running tests against latest Aikau snapshot. --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.txt b/README.txt index 9385e656be..bbac5c8f0c 100644 --- a/README.txt +++ b/README.txt @@ -59,6 +59,16 @@ In order to refesh out of date license source headers run the following command: mvn clean install -Dlicense.update.dryrun=false +Running tests against latest Aikau snapshot: +-------------------------------------------- + +The latest Aikau snapshot can be pulled by running the following command in rm-community: + + mvn clean install -DskipTests -Dalfresco.aikau.version=LATEST -U + +Thereafter start the Share instance and run automation tests as described above. + + SNAPSHOT dependencies: ---------------------- @@ -69,6 +79,7 @@ You want to always use the version in your local cache - this means either doing that pushes a new copy of the correct version into your cache, or alternatively you could run mvn with the --no-snapshot-dependency (or -nsu) option, which won't try to download a newer version. + Code Formatting: ----------------