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?