From 0af5ca184bcb38af4e5724d320042944312e324e Mon Sep 17 00:00:00 2001 From: gjoranv Date: Mon, 5 Jun 2023 17:23:09 +0200 Subject: Add mvn property to simplify use of bundle-plugin's failOnWarnings --- hosted-tenant-base/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml index 289854173c3..adde2a32720 100644 --- a/hosted-tenant-base/pom.xml +++ b/hosted-tenant-base/pom.xml @@ -33,6 +33,7 @@ ${project.version} + false 17 3.10.1 2.22.2 @@ -260,6 +261,7 @@ ${vespaversion} true + ${bundle-plugin.failOnWarnings} -- cgit v1.2.3