miércoles, 6 de junio de 2012

Skiping Test with Maven

This is another oldy but goldy that we always forget how to do and end up googling after the tenth run of our project:
how to stop Maven from runnig test each freaking time????


And here is the answer, just add the following parameter to your mvn command:

-DskipTests
And, as always be happy.

No hay comentarios:

Publicar un comentario