Claudenw commented on code in PR #603:
URL: https://github.com/apache/creadur-rat/pull/603#discussion_r2664345084


##########
pom.xml:
##########
@@ -647,7 +675,8 @@ agnostic home for software distribution comprehension and 
audit tools.
           <version>3.5.4</version>
           <configuration>
             <forkCount>1</forkCount>
-            <argLine>-Dfile.encoding=ISO-8859-1</argLine>
+            <!-- RAT-293: We need to append to the existing arguments in order 
for code coverage to work -->
+            <argLine>${argLine} -Dfile.encoding=ISO-8859-1</argLine>

Review Comment:
   Why not UTF-8 encoding?



-- 
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: [email protected]

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

Reply via email to