From 6faffabb174b23c21e47d86b4fd13e094690d5ec Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 23 Jun 2022 10:50:48 +0200 Subject: Improve container-test README --- container-test/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'container-test') 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 @@ # 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.) -- cgit v1.2.3