Here's a start/main/feature/feature.xml. Note the use of my particular
Maven property: rosette-osgi-version. Is there a way to get the Karaf
plugin to use the version from the dependency tree?
<features name="${project.artifactId}-${project.version}"
xmlns="http://karaf.apache.org/xmlns/features/v1.3.0">
<feature name='${project.artifactId}'
description='${project.name}' version='${project.version}' >
<details>${project.description}</details>
<bundle
start="false">mvn:com.basistech.osgi.template.component/template-component-osgi/${rosette-osgi-version}/jar/fragment-bundle</bundle>
</feature>
</features>