summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-eclipse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-eclipse.txt')
-rw-r--r--Documentation/dev-eclipse.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index 735309239d..a76282efc9 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -82,6 +82,10 @@ the same way you would when
link:dev-build-plugins.html#_bundle_custom_plugin_in_release_war[bundling in release.war]
and run `tools/eclipse/project.py`.
+If a plugin requires additional test dependencies (not available in the Gerrit), then in order to
+execute tests directly from Eclipse, that plugin must be also added to `CUSTOM_PLUGINS_TEST_DEPS`
+list in `tools/bzl/plugins.bzl` (note that `tools/eclipse/project.py` has to be run again).
+
== Java Versions
Java 11 is supported as a default, but some adjustments must be done for other JDKs: