From d97fcd810c2b9f26edcda4b9e2982079b8957bad Mon Sep 17 00:00:00 2001 From: gjoranv Date: Tue, 4 Jul 2023 18:19:12 +0200 Subject: Replace Jdisc->Vespa in warning --- .../java/com/yahoo/container/plugin/mojo/GenerateOsgiManifestMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle-plugin/src') 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."); } -- cgit v1.2.3