Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.1
-
Fix Version/s: 4.0.3
-
Component/s: None
-
Labels: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.