sbt / sbt-osgi

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

Replicate the bnd defaults from maven-bundle-plugin #2

Open rocketraman opened 11 years ago

rocketraman commented 11 years ago

The defaults from the maven bundle plugin (see the section "Default Behavior" here: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html) are pretty intuitive and anyone who has used maven-bundle-plugin (which is pretty much everyone in the java/osgi world) will be familiar with them.

I suggest that SBT-OSGi should re-use the same defaults, as a principle of least surprise, and since they do make good intuitive sense.

briantopping commented 11 years ago

+1

hseeberger commented 11 years ago

PRs are very welcome!