Hi, I am trying to figure out how to use maven-xsd-plugin to generate a set of .cs files from a set of .xsd files. I have tried multiple files in xsdFile, multiple xsdFile tags, multiple configure tags and and multiple plugin tags. Some of those are tolerated but only generate one of the files.
This is on windows with VS2005. xsd.exe will accept multiple files, but only if the filenames come last. And then, it jams all the classes into one source file. What I really need to have happen is for xsd to run once for each file. Thanks for any advice, == dj
