Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: Add missing alternative for plugin in-tree testing
  Upgrade bazlets to latest stable-2.16

Change-Id: I02536581bede2f99ca8f131fc621ccb35d01a2f4
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 230b39e..bf939f9 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -69,10 +69,11 @@
   ./tools/eclipse/project.py
 ```
 
-To execute the tests run:
+To execute the tests run either one of:
 
 ```
-  bazel test plugins/quota:quota_tests
+  bazel test --test_tag_filters=@PLUGIN@ //...
+  bazel test plugins/@PLUGIN@:@PLUGIN@_tests
 ```