in DevOps by (5.9k points)
How to Running the Maven Test

1 Answer

0 votes
by (5.9k 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.9k points)
0 votes
asked Feb 12, 2020 in JAVA by rahuljain1 (6.5k points)
0 votes
...