summaryrefslogtreecommitdiffstats
path: root/predicate-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'predicate-search/pom.xml')
-rw-r--r--predicate-search/pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/predicate-search/pom.xml b/predicate-search/pom.xml
index a41c72b0211..ad31c35bb8c 100644
--- a/predicate-search/pom.xml
+++ b/predicate-search/pom.xml
@@ -72,19 +72,12 @@
<artifactId>abi-check-plugin</artifactId>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>bundle-plugin</artifactId>
<executions>
<execution>
- <id>make-assembly</id>
<phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
+ <goals><goal>assemble-fat-jar</goal></goals>
</execution>
</executions>
</plugin>