Pergunta

I would like to type something like

mvn test

to run all the tests(FreeSpec tests) I have in the library. How to do this?

Foi útil?

Solução

Turns out Maven actually runs test with mvn test command, but only those whose names end with "Test". I guess this mask is configurable too.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top