summaryrefslogtreecommitdiffstats
path: root/controller-api/pom.xml
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-api/pom.xml
parent1d8520adc067e2b558bd53ada999ebe6fda9df84 (diff)
Disable common assembly IDs for controller modules
Diffstat (limited to 'controller-api/pom.xml')
-rw-r--r--controller-api/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 5a25c6ae081..51666da0c03 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -150,6 +150,9 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <configuration>
+ <useCommonAssemblyIds>false</useCommonAssemblyIds>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>