0 votes
in DevOps by (5.7k points)
How to Running the Maven Test

1 Answer

0 votes
by (5.7k points)

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

Related questions

0 votes
asked Feb 22, 2020 in DevOps by AdilsonLima (5.7k points)
0 votes
0 votes
asked Nov 12, 2019 in DevOps by Robindeniel (19.9k points)
...