On Mon, Sep 17, 2012 at 5:26 PM, Kristian Rosenvold
<kristian.rosenv...@gmail.com> wrote:
> You should probably be looking into parallelizing your tests :) .

Or looking at what your tests are doing.
32 minutes sounds like you are doing integration type testing and not
unit tests.

Pull the integration tests into their own module, which you include
via a profile (e.g. "its"), and get your continuous integration server
to run them for you.
The developers can then forget about them until they get emailed about
broken builds.

If they really want to run them, they can just include them via -Pits

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to