sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Missing imported versions for packages from project dependencies #60

Closed lefou closed 5 years ago

lefou commented 6 years ago

The generated Manifest ist missing version information for those imported packages that come from other sub-projects (which are added via sbt's project.dependsOn syntax). It looks like sbtOsgi only sees the class files but not the generated manifests. Packages comming from libraryDependencies properly get their version information extracted and added to the Import-Package header.