summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-24 13:56:31 +0200
committergjoranv <gv@oath.com>2018-09-27 15:48:29 +0200
commit5f897da5e8a18f4d1f3d260fd943af37426c9db0 (patch)
treed14a0d83c4f51c6c46cbc793621618ca44eb4301 /jdisc_core/pom.xml
parent3983f26df5038419d769df3b82181c8ebb9a42f1 (diff)
Use a more robust method for retrieving system packages.
- Start the framework and retrieve properties from the system bundle. - The static 'org.osgi.framework.system.packages' property only returns org.osgi packages on Felix 6, and was based on a static list in felix/framework/src/main/resources/default (not good).
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index efa4e62affd..1a0c27c71a6 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -232,6 +232,7 @@
<configuration>
<mainClass>com.yahoo.jdisc.core.ExportPackages</mainClass>
<classpathScope>test</classpathScope>
+ <cleanupDaemonThreads>false</cleanupDaemonThreads>
<arguments>
<argument>${exportPackagesFile}</argument>
<argument>${project.build.directory}/dependency/commons-daemon.jar</argument>