summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosted-tenant-base/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index 66c9f37c5c9..f0f6fec7819 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -201,6 +201,9 @@
<goals>
<goal>generate-test-bundle-osgi-manifest</goal>
</goals>
+ <configuration>
+ <Bundle-SymbolicName>${project.artifactId}-test</Bundle-SymbolicName>
+ </configuration>
</execution>
<execution>
<id>assemble-test-bundle</id>