You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/21 09:57:28 UTC

[GitHub] [maven-surefire] Tibor17 commented on a diff in pull request #523: [SUREFIRE-2063] Remove tabs in forked JVM arguments

Tibor17 commented on code in PR #523:
URL: https://github.com/apache/maven-surefire/pull/523#discussion_r855005637


##########
surefire-its/src/test/resources/argLine-parameter/pom.xml:
##########
@@ -52,7 +52,14 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>once</forkMode>
-          <argLine>-Dfoo.property="foo foo/foo/bar/1.0" -Dbar.property="bar bar/foo/bar/2.0"</argLine>
+          <argLine>
+            <!--
+            These lines must be tab-indented, see SUREFIRE-2063;
+            regular tab characters could easily be reformatted by an IDE,
+            so we're using XML entities here.
+            -->
+            -Dfoo.property="foo foo/foo/bar/1.0";&#09;-Dbar.property="bar bar/foo/bar/2.0"

Review Comment:
   @mthmulders 
   Why the special character `&#09;` starts with semicollon, like this `;&#09;`?



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org