summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-07-07 22:20:31 +0200
committergjoranv <gv@verizonmedia.com>2020-07-07 22:22:36 +0200
commitb970b3e21fc63e6ae7c762d308622801b31782fd (patch)
tree4f0796137ae99fd6585670949ee8077263e1eeff /parent
parent662b3248241af984017dbba49e8b31299f2bd286 (diff)
Fail if the 'discPreinstallBundle' config parameter is used
.. unless the new option 'buildVespaPlatformBundle' is set to true.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index ce40eb464fc..a77750b9132 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -255,6 +255,7 @@
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>
<configuration>
+ <buildVespaPlatformBundle>true</buildVespaPlatformBundle>
<configGenVersion>${project.version}</configGenVersion>
<useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>