aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-10-05 13:02:41 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-10-05 13:03:45 +0200
commitcf5081e63ae70300ce127af5bfec28b2e459368b (patch)
treee13b7387cf357d1d3420f519b3964984725693d6 /hosted-tenant-base
parent5341ecd273471ebed963e652c03be587ef85892e (diff)
Add 'test' suffix to test bundle symbolic name
Diffstat (limited to 'hosted-tenant-base')
-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>