That was it. The bundle version in the MANIFEST.MF contained the dash. Thanks a bunch for your help!
Ralf On 23.07.2014, at 14:29, akuhtz [via Karaf] <[email protected]> wrote: > 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 <[hidden email]>: > 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. > > > > If you reply to this email, your message will be added to the discussion > below: > http://karaf.922171.n3.nabble.com/Deploying-a-maven-built-SNAPSHOT-bundle-tp4034397p4034405.html > To unsubscribe from Deploying a maven-built SNAPSHOT bundle, click here. > NAML smime.p7s (5K) <http://karaf.922171.n3.nabble.com/attachment/4034408/0/smime.p7s> -- View this message in context: http://karaf.922171.n3.nabble.com/Deploying-a-maven-built-SNAPSHOT-bundle-tp4034397p4034408.html Sent from the Karaf - User mailing list archive at Nabble.com.
