문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top