Dear m2e users.
Can I configure pom.xml so that when I import a maven project to Eclipse or
select "Maven/Update project" the "Compiler Compliance" would set to 1.6 and
"JRE System
Library" would set to "JavaSE-1.7"? I can set it manually in project settings,
but it's lost after "Update project
Hi Alex.
In general, Maven project build incrementally in Eclipse faster than from
command-line, because Eclipse knows when to skip unnecessary steps.
Not every code generation goal integrates well with Eclipse though.
> calling Maven to do ‘something’ and everything gets stuck for minutes
In th