I spent some time to figure this out ... not sold on sbt yet, and I am used to Eclipse 3.7.
So here is the simple procedure :
- Install the Scala plugin for Eclipse from scala-ide.org. I use this update-site for scala 2.10
- Install this eclipse plugin for maven / m2e : http://alchim31.free.fr/m2e-scala/update-site
- You can then import easily a Maven project.
- Right-click on the project, Configure > Add Scala Nature
Sample maven file :
For sbt equivalent : http://grosdim.blogspot.fr/2013/01/quick-sbt-tutorial.html
RépondreSupprimer