I\'m using maven 2.0.9 with Eclipse 3.3.2.
I\'m used to launching a fresh build once per day by a mvn clean install. Then, if I refresh my Eclipse project,
mvn clean install
Reconfigure "clean" in Maven not to delete target directory:
maven-clean-plugin true target **/*
(found at: http://maven.40175.n5.nabble.com/how-to-NOT-delete-target-dir-td3389739.html#a3413930)