You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/10/04 12:42:00 UTC

[jira] [Created] (MSTAGE-25) Modernize IO

Elliotte Rusty Harold created MSTAGE-25:
-------------------------------------------

             Summary: Modernize IO 
                 Key: MSTAGE-25
                 URL: https://issues.apache.org/jira/browse/MSTAGE-25
             Project: Maven Stage Plugin
          Issue Type: Improvement
            Reporter: Elliotte Rusty Harold


# Use try with resources to make sure everything's closed and we don't leak
 # Don't use PrintWriter since it swallows exceptions
 # Prefer Apache Commons IO over Plexus IO



--
This message was sent by Atlassian Jira
(v8.3.4#803005)