aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-23 10:50:48 +0200
committergjoranv <gv@verizonmedia.com>2022-06-23 10:53:09 +0200
commit6faffabb174b23c21e47d86b4fd13e094690d5ec (patch)
treef2b4ebe4a8edde44a20b870e3795e8bd8a04fff9 /container-test
parenta57de03d9973acfdd98f8b4467eb55ae9af56d25 (diff)
Improve container-test README
Diffstat (limited to 'container-test')
-rw-r--r--container-test/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/container-test/README.md b/container-test/README.md
index 6c1de7859f8..529c9e49103 100644
--- a/container-test/README.md
+++ b/container-test/README.md
@@ -1,7 +1,13 @@
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
# Container-test
-Convenience dependency for users developing OSGi bundles for JDisc.
-Add this maven artifact as a **test** scope dependency in your pom.xml,
-and it will transitively pull in all dependencies needed to unit test
-JDisc components with the `application` test tool.
+Convenience dependency for testing plugin components for the Jdisc container
+with the `application` test tool. This artifact should contain all libraries
+that are used internally by Vespa. Add this maven artifact as a **test** scope
+dependency in your pom.xml to transitively pull in all dependencies needed to unit test
+JDisc components.
+
+This should always be used in conjunction with a `provided` scoped dependency
+on the `container` artifact, which contains all internal and 3rd party artifacts
+that are exposed in Vespa's public APIs. (Internal Vespa developers should instead
+use the `container-dev` artifact.)