summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-07-17 10:31:31 +0200
committergjoranv <gv@verizonmedia.com>2020-07-17 10:35:48 +0200
commitcab5e80ae606d84d34061885cc74663e925e2950 (patch)
treecd9bd587962e92d3f50c6fe40710cff060575b6f /parent
parentbe3f7b4d605f598ab22885394f3d7472439cd1a9 (diff)
Emphasize that preinstalling bundles is a legacy thing.
- A bundle should depend on apis, not implementations, and definitely not implementations on a specific location on local disk.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index a77750b9132..8460611183a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -255,7 +255,7 @@
<artifactId>bundle-plugin</artifactId>
<version>${project.version}</version>
<configuration>
- <buildVespaPlatformBundle>true</buildVespaPlatformBundle>
+ <buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<configGenVersion>${project.version}</configGenVersion>
<useCommonAssemblyIds>true</useCommonAssemblyIds>
</configuration>