java - Use Build phase to validate XML (Maven) -


i validate xml files against xsd have written during project build, , if xml not valid build should not complete.

is possible? if can please point me in right direction.

found great solution (xml-maven-plugin). maven plugin validates xml vs schemas, , more


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -