Merge branch 'stable-2.14' into stable-2.15

* stable-2.14:
  Documentation: Fix the in-tree bazel test command

Change-Id: Ie43f05d7a5a468c54599f16d5739d61fdb7b1118
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index e570e2c..1c80901 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -46,7 +46,7 @@
 To execute the tests run:
 
 ```
-  bazel test --test_tag_filters=@PLUGIN@
+  bazel test --test_tag_filters=@PLUGIN@ //...
 ```
 
 This project can be imported into the Eclipse IDE.