summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2017-08-24 15:57:06 +0200
committerMartin Polden <martin.polden@gmail.com>2017-08-24 15:57:06 +0200
commitd2906ebd18cb629bb3846666d40010dbc34b9d58 (patch)
treebdcfdecdb00f261f47191ff0d0443e986d47fc13 /controller-server
parent1d8520adc067e2b558bd53ada999ebe6fda9df84 (diff)
Disable common assembly IDs for controller modules
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index e6b9e18ce70..f9e84693452 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -160,6 +160,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<configuration>
+ <useCommonAssemblyIds>false</useCommonAssemblyIds>
<WebInfUrl>/WEB-INF/web.xml</WebInfUrl>
</configuration>
<extensions>true</extensions>