mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Merge branch 'feature/RM-3284_UI_tests_are_failing' into 'master'
Feature/rm 3284 ui tests are failing This change addresses the failing builds both on master and on latest Aikau build plan. It also bumps up the Aikau version to 1.0.63 (further to @dwebster's confirmation this one is good to use). See merge request !125
This commit is contained in:
11
README.txt
11
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
|
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:
|
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
|
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.
|
--no-snapshot-dependency (or -nsu) option, which won't try to download a newer version.
|
||||||
|
|
||||||
|
|
||||||
Code Formatting:
|
Code Formatting:
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user