Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.1
-
None
-
None
Description
When upgrading from Karaf 3.0.3 to 4.0.1, integration tests fail do to missing wrap feature (exception because of "unknown protocol: wrap"). The solution is presumably to add wrap as a prerequisite for my own feature by adding the appropriate attribute in the feature xml.
However, the feature xml is being generated using karaf-maven-plugin, and there seems to be no way to add the prerequisite attribute to the generated feature xml file.