Hi
I am using karaf version 4.1.4 ,
and while investing karaf-maven-plugin I found blacklistedBundles attribute
tag
I tried it but there is nothing is changed in generated feature.xml
below is my code snippet
<build>
<plugins>
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<blacklistedBundles>
<blacklistedBundle>com.xyz.event[;type=gen]</blacklistedBundle>
</blacklistedBundles>
<includeTransitiveDependency>true</includeTransitiveDependency>
<aggregateFeatures>true</aggregateFeatures>
</configuration>
<version>4.1.4</version>
</plugin>
</plugins>
</build>
com.xyz.event -- groupID
gen -- artifactId
Please suggest what is wrong here .
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html