When I import a Maven project, neither “Build All”, “Build Project”, “Clean…” or “Build Automatically” will build the “install” goal. The only way I can get that (or any other goal, for that matter) to build is to right-click the “pom.xml” file and trigger a Maven build of the desired goal. This is totally unacceptable.
How can I get MyEclipse to treat Maven projects like ANT projects (in that they build when resources are changed OR cleaned)?