Details
Description
The pom.xml has a line like this for the Surefire argLine, which has an extra ${argLine} reference. Recommend changes like this:
- <argLine>${hbase-surefire.argLine} ${argLine}</argLine> + <argLine>${hbase-surefire.argLine}</argLine>