Could you check the MANIFEST.MF of the bundle? The Bundle-Version should be 1.0.0.SNAPSHOT. If it contains 1.0-SNAPSHOT make sure the packaging in the pom.xml is bundle and not jar (and configure the maven-bundle-plugin).
2014-07-23 14:19 GMT+02:00 rsteppac <[email protected]>: > Nope, the result is the same: > > karaf@root()> feature:install pep-poc-osgi > Error executing command: invalid version "1.0-SNAPSHOT": non-numeric > "0-SNAPSHOT" > > > akuhtz wrote > > Could you try to change the version of the feature and the bundle from > > 0.0.1-SNAPSHOT to 1.0-SNAPSHOT and see if this changes anything? (It > works > > in my projects with 1.0-SNAPSHOT ....) > > > > > > -- > View this message in context: > http://karaf.922171.n3.nabble.com/Deploying-a-maven-built-SNAPSHOT-bundle-tp4034397p4034400.html > Sent from the Karaf - User mailing list archive at Nabble.com. >
