RE: Maven Plugin Imports my Exports Without Version

2019-07-03 Thread Hill, Colin
nd.eckenfels.net Von: Hill, Colin Gesendet: Montag, Juli 1, 2019 9:28 PM An: users@felix.apache.org Betreff: Maven Plugin Imports my Exports Without Version Hello, On version 4.2.0 of maven-bundle-plugin, I am having trouble generating a manifest which imports

Re: Maven Plugin Imports my Exports Without Version

2019-07-01 Thread Bernd Eckenfels
users@felix.apache.org Betreff: Maven Plugin Imports my Exports Without Version 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 p

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