Version 1, last updated by David Bernard at June 08, 2010 03:00 UTC

Assumes:

  • Eclipse 3.4 is installed (3.5 can work with some more magic)
  • Scala IDE for Eclipse plugin 2.7.5.final
  • IAM previously Q4E

Provides:

  • Automatic Discovery of dependent artifacts
  • Semi-Automatic setup of build paths
  • Automatic Download of javadocs and sources for dependent artifacts
  • Build/Test/Run inside or outside Eclipse
  • Maven Dependency Management Interfaces (graphs and trees)

The workflow

  1. you should first checkout/create your maven project.
  2. run the Maven import command against the newly created/checked out project.
  3. right click the appropriate scala module projects and select the Scala > Add Scala Nature menu item.