0 votes
in DevOps by
How to Running the Maven Test

1 Answer

0 votes
by

To run the test phase of Maven life cycle, use mvn test instead of running a full build packaging.

...