[MSHARED-610] PrettyPrintXMLWriter internally uses java.io.PrintWriter without checking for any errors.

o Updated the 'XMLWriter' interface method to allow implementations to throw
  'IOException's and made the implementations stop silently ignore any IO
  errors. This commit makes the API for writig match the API for reading which
  also throws 'IOException's.



git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1777861 13f79535-47bb-0310-9956-ffa450edef68
6 files changed
tree: ba316848bd061ba194160e589564008193d520a2
  1. src/
  2. deploySite.sh
  3. findbugs-exclude.xml
  4. pom.xml
  5. readme.md
readme.md

Apache Maven Shared Utils

This project aims to be a functional replacement for plexus-utils in maven core.