I'm working on refactoring the project builder code, and I've come across an xml parser error, resulting from a pom claiming it's UTF-8 encoded while it's not. This causes the woodstox parser to fail. How is this currently handled in Maven? Should we fail the build if a dependency incorrectly states its encoding?
Thanks, Shane
