For sbt 0.13 and up
- Add sbteclipse to your plugin definition file. You can use either:
- the global file (for version 0.13 and up) at ~/.sbt/0.13/plugins/plugins.sbt
- the project-specific file at PROJECT_DIR/project/plugins.sbt
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
- In sbt use the command eclipse to create Eclipse project files
> eclipse
- In Eclipse use the Import Wizard to import Existing Projects into Workspace
Read full article from typesafehub/sbteclipse
No comments:
Post a Comment