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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

