elharo commented on a change in pull request #1: Use new version of site and 
thoughts about new release
URL: 
https://github.com/apache/maven-verifier-plugin/pull/1#discussion_r365216069
 
 

 ##########
 File path: src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
 ##########
 @@ -123,17 +122,11 @@ private VerificationResult verify()
     {
         VerificationResult results = new VerificationResult();
 
-        Reader reader = null;
-        try
+        try ( Reader reader = new FileReader( this.verificationFile ) )
 
 Review comment:
   not changed in this PR, but this is likely a bug. There's no specified 
character set

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


With regards,
Apache Git Services

Reply via email to