Folks, I had this idea that I could set up a template in a src/main/feature.xml and have the karaf-maven-plugin fill in the versions. This idea is suggested, but not precisely promised, by the documentation.
Something like: <bundle>mvn:org.ops4j.pax.logging/pax-logging-api/</bundle> and the version would appear. I know I can put in a property reference, but I want the version number as resolved by maven from the dependency graph. Is there a way that I am missing? --benson
