Kevin Geiszler created HBASE-30415:
--------------------------------------
Summary: Change surefire-junit4 dependency to
surefire-junit-platform in hbase-it/pom.xml
Key: HBASE-30415
URL: https://issues.apache.org/jira/browse/HBASE-30415
Project: HBase
Issue Type: Test
Components: integration tests
Affects Versions: 3.0.0, 4.0.0-alpha-1, 3.1.0, 3.0.1
Reporter: Kevin Geiszler
I noticed I cannot use maven to run an integration test in the command line. I
was using a command like the following:
{code:java}
mvn verify -Dtest=none -Dit.test=<test_class>{code}
This was fixed when I changed the surefire-junit4 dependency to
surefire-junit-platform.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)