sbt / sbt-osgi

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

add the scala version to the bundle symbolic name #24

Closed chpache closed 2 years ago

chpache commented 9 years ago

To manage several versions of Scala in an OSGi, this is easier to see immediately on which binary version a bundle depends.

reggert commented 9 years ago

I'm not quite sure what you mean by that. Do you mean check whether scalaVersion is set? (sorry for the extremely delayed response)

chpache commented 9 years ago

No problem for the delay. Exactly, I was wondering if we may take the scalaVersion to know if we should suffix the artifact with its scala binary version. Otherwise, this might be defined by user, for example in sbt-osgi settings (keys).

ktoso commented 6 years ago

I'm not sure on the implications of this change... Leaving as is for now or are we sure it's a good idea?