Reading BND docs, it seems like "SNAPSHOT" shouldn't be in the import at all:
"If no version or version range is specified on the import instruction, the exported version will then be used though the micro part and the qualifier are dropped. That is, when the exporter is 1.2.3.build123, then the import version will be 1.2.3." musachy On Wed, May 7, 2008 at 3:59 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I am using maven-bundle-plugin to generate bundle manifests. When one > of the dependencies is an snapshot, the generated import-package is > like: > > Import-Package: org.apache.struts2.dispatcher; version="2.1.3.SNAPSHOT" > > And it fails to resolve the package at runtime. I tried exporting the > package with versions "2.1.3.SNAPSHOT" and "2.1", but none of them > seem to work. Any tips on how to get this going? > > musachy > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

