Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
TestNG system properties, i.e. version and classifier, is specified in SurefireLauncher.java and surefire-integration-tests/pom.xml.
These caused duplicates more visible using Maven 3.5.0.
Avoiding duplicates and using version and classifier only in test method provides better code clarity and maintenance.