summaryrefslogtreecommitdiffstats
path: root/parent
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 /parent
parentcab5e80ae606d84d34061885cc74663e925e2950 (diff)
Allow 'discPreinstallBundle' per module, not in parent.
- New Vespa bundles should not preinstall other bundles from disk.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 8460611183a..ce40eb464fc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -255,7 +255,6 @@
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>
<configuration>
- <buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<configGenVersion>${project.version}</configGenVersion>
<useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>