mojohaus / xml-maven-plugin

XML Maven Plugin
https://www.mojohaus.org/xml-maven-plugin/
Apache License 2.0
23 stars 21 forks source link

Fixed #26. (Report on multiple validation errors) #24

Closed rosslamont closed 7 years ago

rosslamont commented 7 years ago

Motivation: Improve usability by detecting multiple validation errors in one pass

Solution: Use a custom ErrorHandler to collect all errors and report them after validation. Existing error formatting code has been moved untouched to a new method.

rosslamont commented 7 years ago

Originally this fix was for Issue #20, but I later realised #20 was erroneous. This solution though is still valuable as it does streamline a developers debugging work.