How can I convert a DTD to a Schema as part of a Maven build?
Specifically, I am looking for a Maven plugin to which I can give the URL to a DTD and it will generate an XML Schema Definition file.
Failing a good Maven plugin, perhaps I can embed an ANT task into my Maven build