Guillaume Massé
Guillaume Massé

Reputation: 8064

How to build an eclipse plugin with sbt and sbt-osgi?

Is it possible to build an eclipse plugin with a sbt build ?

Once built, do I just drop de jar in the plugin directory of eclipse ?

Update:

Upvotes: 3

Views: 295

Answers (1)

Guillaume Massé
Guillaume Massé

Reputation: 8064

There is a giter8 template from the scala-ide group to build a scala eclipse plugin using maven

g8 scala-ide/scala-plugin.g8

Update:

Best way to create a plugin is via the plugin developpement environement (PDE). From there you can add the scala nature.

Upvotes: 1

Related Questions