Tibor17 commented on a change in pull request #344:
URL: https://github.com/apache/maven-surefire/pull/344#discussion_r607975505



##########
File path: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
##########
@@ -1568,16 +1568,30 @@ private void convertJunitEngineParameters()
     {
         if ( getIncludeJUnit5Engines() != null )
         {
-            String includeJUnit5Engines = Arrays.toString( 
getIncludeJUnit5Engines() ).replaceAll( "\\[\\]", "" );
-            getProperties().setProperty( INCLUDE_JUNIT5_ENGINES_PROP, 
includeJUnit5Engines );
+            getProperties().setProperty( INCLUDE_JUNIT5_ENGINES_PROP,

Review comment:
       Pls move the Lines 23 and 24 below the line 156. It is the static 
import. Thx




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to