Re: Poms that Incorrectly Specify Encoding

2008-09-08 Thread Hervé BOUTEMY
Le lundi 08 septembre 2008, Shane Isbell a écrit : > 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?

Poms that Incorrectly Specify Encoding

2008-09-08 Thread Shane Isbell
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 state