I'm at the very beginning of a project that will rely heavily on .xml documents defined by our in-house .xsd files.

I need to validate the .xsd files, then validate the .xml files, then use JAXB to build out classes for the .xsd files, build our software, then use JUnit to read in the .xml files for tests. I'd like to know that the .xsd and .xml files are OK before trying the other steps.

What's the best way to do that in maven? I'm guessing something is available, since maven validates the project.xml file, but haven't found an obvious description of it. (Can I just put .xsd and .xml files into my source directory and have everything validated?)

Thanks,

Dave




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to