Description
A validate goal has been added to the features-maven-plugin which will:
- check if all bundles in the descriptor actually exist
- check if all features' bundles can be resolved (matching exports are found for the imports)
Adding this to the platforms/karaf/features build will make it easier to maintain the features.xml file by no longer having to test all the features manually.