Hey Everyone, Hope you all had a good New Year. I’m finally back in the swing of things. Trying to convert some of our manually crafted feature.xml files to the new karaf-maven-plugin style with a POM for each feature file. Our build-team is really excited about getting some visibility into the karaf feature dependencies by using this plugin.
The problem I’m having right now is with bare blueprint xml files. They’re being added with “wrap:” instead of “blueprint:" Example: <dependency> <groupId>pentaho</groupId> <artifactId>pentaho-blueprint-activators</artifactId> <version>6.1-SNAPSHOT</version> <classifier>kettle-jms</classifier> <type>xml</type> </dependency> Result: <bundle start-level="80">wrap:mvn:pentaho/pentaho-blueprint-activators/6.1-SNAPSHOT/xml/kettle-jms</bundle> I suspect I need to change our artifacts to classify as “feature”. I can dive into the code but thought one of you might know off the top of your head. Appreciate the help, Nick
