3
votes

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:

1
sbt-tycho looks like dead. No activity in 3 years!!!.david.perez

1 Answers

1
votes

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.