Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: Fix plugin testing for standalone and in-tree

Change-Id: If2f568ab6c574346bc1282e88b514968ff3c6903
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index fbf4785..103bfa8 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -38,7 +38,7 @@
 To execute the tests run:
 
 ```
-  bazel test @PLUGIN@_tests
+  bazel test //...
 ```
 
 This project can be imported into the Eclipse IDE:
@@ -68,6 +68,7 @@
 To execute the tests run:
 
 ```
+  bazel test --test_tag_filters=@PLUGIN@ //...
   bazel test plugins/@PLUGIN@:@PLUGIN@_tests
 ```