Description
I was just checking if the features-maven plugin could serve the purpose of generating the features file instead of writing them each and every time by hand since my requirement can simply be achieved by checking some dependencies.
What I recognized is, that the current documentation on that topic seems to be outdated:
http://karaf.apache.org/manual/2.3.0/developers-guide/features-maven-plugin-generate.html
I did not find any goal called 'generate', the plugin provides instead the following options:
validate,
generate-features-file,
generate-features-xml,
create-kar,
add-features-to-repo,
install-kars
I guess for my purpose the goal generate-features-xml works perfectly, but I'd appreciate an up-to-date documentation section. So is there any chance to get an update on that section?