When running JUnit testing , it gave an initializationError: No tests found matching. Like this:
prodapi-main-junit initializationError(org.junit.runner.man
Check for below conditions:
public void test(String arg){ assertTrue(true); }
mvn clean install