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, it will be "polluted" by files from Maven's target directory.
That's very annoying while performing searches, getting resources by "open resource" and so on.
Is there a way to avoid Eclipse looking in this folder?