I'm using Karaf 4.0.8
Investigating the karaf-maven-plugin i found the following tag:
<blacklistedBundles>
<blacklistedBundle></blacklistedBundle>
</blacklistedBundles>
For testing purposes, i created a bundle foo.bar and blacklisted it
<blacklistedBundles>
<blacklistedBundle>org.foo.bar/*</blacklistedBundle>
</blacklistedBundles>
it generated a blacklist.properties with:
#
# Generated by the karaf assembly builder
#
# Bundles
org.foo.bar/*
But still, when i install a feature containing the blacklisted bundle, the
bundle gets installed, i'm not sure if i got the idea of blacklist wrong,
but i think the bundle shouldn't get installed.
Am i using the blacklist in a wrong way?
--
View this message in context:
http://karaf.922171.n3.nabble.com/How-does-blacklist-works-tp4050317.html
Sent from the Karaf - User mailing list archive at Nabble.com.