Re: Help needed: maven-surefire-plugin is skipping/not finding tests

2018-07-26 Thread Tibor Digana
There is zero tests to run because you have globally specified a "groups" but there are no tests annotated with such group in your project hadoop-hdfs. Try to come over this issue by specifying empty groups in this child. Let's go back to your three questions. 1. The pluginManagement should be in

Help needed: maven-surefire-plugin is skipping/not finding tests

2018-07-26 Thread Jun Huang
Hi, Recently in our hadoop project, we added maven-surefire-plugin for running unit tests by categories. in hadoop root pom.xml: junit junit 4.11 : : org.apache.hadoop.classification.TestJUnitCategory$AllTests 4.11 org.apache.mave