aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-07-17 10:43:01 +0200
committergjoranv <gv@verizonmedia.com>2020-07-17 10:43:01 +0200
commitee08f237358d95fb5f9aaa7b04b9b00065a922fd (patch)
treee85a420180b5fb79b7d0c35e12f20b8df3e0ca85 /standalone-container
parentcab5e80ae606d84d34061885cc74663e925e2950 (diff)
Allow 'discPreinstallBundle' per module, not in parent.
- New Vespa bundles should not preinstall other bundles from disk.
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index b9062b9284c..479a76e2fc6 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -81,6 +81,7 @@
<extensions>true</extensions>
<configuration>
<discApplicationClass>com.yahoo.container.standalone.StandaloneContainerApplication</discApplicationClass>
+ <buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<discPreInstallBundle>
configdefinitions-jar-with-dependencies.jar,
config-provisioning-jar-with-dependencies.jar,