summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-04 18:19:12 +0200
committergjoranv <gv@yahooinc.com>2023-07-04 18:19:12 +0200
commitd97fcd810c2b9f26edcda4b9e2982079b8957bad (patch)
tree80bf9762384985cc069547859e74fdea3c8ba0ba /bundle-plugin
parentaa6eb29bf11b4479e1c46ad7c337daf76f82e3c5 (diff)
Replace Jdisc->Vespa in warning
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java
index 8f588ffa5b0..dcca60e1be8 100644
--- a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java
+++ b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java
@@ -262,7 +262,7 @@ public class GenerateOsgiManifestMojo extends AbstractGenerateOsgiManifestMojo {
.sorted().toList();
if (! violations.isEmpty()) {
- warnOrThrow("Artifacts provided from Jdisc runtime are included in compile scope: " + violations
+ warnOrThrow("Artifacts provided from Vespa runtime are included in compile scope: " + violations
+ ". Direct dependencies should be removed."
+ " For transitive dependencies, run 'mvn dependency:tree' and add necessary exclusions.");
}