Hi all,

I'm using the karaf-maven-plugin (org.apache.karaf.tooling:karaf-maven-plugin:3.0.0-SNAPSHOT) to generate feature descriptors and kar files. Note that although I am _running_ these features on a 2.2.9 version of Karaf, I'm using the 3.0.0-SNAPSHOT to _generate_ the features, the main reason being that the plugin on the 3.0.0 branch has some nice features (such as being able to exclude transitive dependencies -- the includeTransitiveDependency flag).

If I am correct, a recent commit on the 3.0.0 branch has resulted in the karaf-maven-plugin now producing feature descriptors with a new namespace ( http://karaf.apache.org/xmlns/features/v1.1.0 instead of http://karaf.apache.org/xmlns/features/v1.0.0), which effectively makes the generated features incompatible with the 2.2.9 version of Karaf.

Is this correct?

If so, what can be done to remedy the situation?

best regards, Peter

Reply via email to