With m2eclipse and m2eclipse-scala you don't need to define maven-eclipse-plugin's configuration (you should avoid using both)
m2eclipse-scala is a work in progress to ease integration between m2eclipse and scala-ide for eclipse.
What m2eclipse-scala do automaticly (on import / re-configure) ?
File > import > maven > Existing Maven Project ...
If your project doesn't list "Scala Libraries" in Build Path (or in Package Explorer), try :
Maven 2 > Update Project Configuration
The plugin is "validated" by importing the samples projects into Eclipse:
src and test (for test source folder).| date | Scala Eclipse Plugin | m2eclipse | m2eclipse-scala | JVM | comments |
|---|---|---|---|---|---|
| 2010-06-05 | 2.8.0.RC3 | 0.10.0.20100209-0800 | 0.0.2.201006050953 | 64bit server 1.6.0_20-b02 | |
| 2010-06-19 | 2.8.0.RC3 | 0.10.0.20100209-0800 | 0.1.0 | 64bit server 1.6.0_20-b02 | |
| 2010-07-11 | 1.0.0-SNAPSHOT (tycho-reorg branch) | 0.10.2.20100623-1649 | 0.2.1 | 64bit server 1.6.0_20-b02 | |
| 2010-11-24 | 1.0.0-SNAPSHOT | 0.12.0.20101115-1102 | 0.2.2 | 64bit server 1.6.0_20-b02 |
The following (older ?) solutions work without m2eclipse-scala, and are provide as fallback if you have some issue with m2eclipse-scala (in this case don't forgot to open a ticket)