Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Saw a strange error with the excludedGroups parameter when building the master branch on CentOS 7 with maven 3.0.5. It looks strikingly similar to SUREFIRE-923, but without the typo.
It doesn't seem to affect the build of the 1.6 and 1.7 branches and occurs during the execution of the plugin-test IT for the accumulo-maven-plugin.
This is the command I was running at the time which reproduced it:
mvn clean verify -Dhadoop.version=2.6.3 -Dtimeout.factor=8 -Dmaven.test.failure.ignore=true -Dtest=xyzzy -Dit.test=xyzzy -DfailIfNoTests=false -Dfindbugs.skip -Dcheckstyle.skip -Dmodernizer.skip
Attachments
Issue Links
- is related to
-
ACCUMULO-4631 Junit dependency for Sunny ITs missing
- Resolved