Guys, a few days ago I've posted this message without getting any answer.
I'd like to know if the idea of avoiding recompilation of test files makes sense, it's possible, it should be a feature request, or I'm completely off. Thanks MM ---------- Forwarded message ---------- From: Manlio Malaidini <[EMAIL PROTECTED]> Date: Sep 22, 2006 3:14 PM Subject: avoid recompilation of test files To: Maven Users List <users@maven.apache.org> Hi, we are using maven v. 1.1-beta-1 We have a goal with a dependency from test:compile, call it create-env Then we have another goal, dealing with the execution of certain test files, invoking test:match through attainGoal; call it custom-test-1 At last, we have another goal like custom-test1, working on different tests; call it custom-test-2 The problem that we see is that if we execute: maven create-env custom-test-1 custom-test-2 the tests are recompiled 3 times, even if they are already compiled and sources have not changed. Is there a way to control test compilation? Is there a way to avoid test recompilation while executing test:match? TIA MM