http://maven.apache.org/guides/mini/guide-ide-eclipse.html
I have noticed that with my multi-module Mavenized Seam 2.1 project, I must always run 'mvn eclipse:eclipse' after I have imported the project from SVN repo, otherwise the build path is not correct and I see a lot of bad reference errors from compiler in Eclipse.
I am using m2eclipse 0.9.8 and JBT 3.1.0-M4 with Eclipse 3.5.1.SR1 (Galileo).
Is there a way to get around this (i.e. have the build path set correctly after importing the project from svn)? thx.