Re: Maven Plugin Imports my Exports Without Version

2019-07-01 Thread Bernd Eckenfels
I think you would have to specify the package version with package-info.java in order to get a specific version. But I am not sure if this applies to automatic imports as well. There is a whole section on how to specify a range with a macro: https://bnd.bndtools.org/heads/import_package.html

Maven Plugin Imports my Exports Without Version

2019-07-01 Thread Hill, Colin
Hello, On version 4.2.0 of maven-bundle-plugin, I am having trouble generating a manifest which imports its own exports with the proper version range. For example, suppose my bundle defines the following class package com.example.osgi.dependee; import org.osgi.framework.ServiceListener; import