I want to generate xml schema corresponding to my java classes. I want it to be done by specifying the package of source files and it has to be done before the compile phase of maven life cycle. I tried jaxb schemagen but it is not working. So I thought of writing a plugin myself. But creating JAXBContext is not possible (I think).

How can I do this?

link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.