Hi all, I'm working to complete my gradle-karaf-plugin ( https://github.com/lburgazzoli/gradle-karaf-features-plugin) and I found that the karaf-maven-plugin does not automatically include the project in which it has been used.
As example I've created a project like https://gist.github.com/lburgazzoli/3e7dfd0cd959dc854e62 and the result features file contains the dependencies but not the project itself (mvn:com.github.lburgazzoli/gradle-karaf-features-plugin:1.0.0-SNAPSHOT), is that expected ? Regards, Luca
