summaryrefslogtreecommitdiffstats
path: root/jdisc_core_test/test_bundles/cert-b/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc_core_test/test_bundles/cert-b/pom.xml')
-rw-r--r--jdisc_core_test/test_bundles/cert-b/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/jdisc_core_test/test_bundles/cert-b/pom.xml b/jdisc_core_test/test_bundles/cert-b/pom.xml
index dc9f06a33f0..53b28cc5923 100644
--- a/jdisc_core_test/test_bundles/cert-b/pom.xml
+++ b/jdisc_core_test/test_bundles/cert-b/pom.xml
@@ -20,6 +20,17 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
+ <executions>
+ <!-- Trick to package bundle before test phase, see test_bundles pom -->
+ <execution>
+ <id>package-cert-b</id>
+ <phase>process-classes</phase>
+ <goals>
+ <goal>generate-osgi-manifest</goal>
+ <goal>assemble-container-plugin</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
</configuration>