Allow generating xsd from source from multiple maven projects at once, through
supplying the source code to qdox
----------------------------------------------------------------------------------------------------------------
Key: XBEAN-90
URL: https://issues.apache.org/jira/browse/XBEAN-90
Project: XBean
Issue Type: Improvement
Components: spring
Affects Versions: 3.0.1
Reporter: David Jencks
Assignee: David Jencks
Fix For: 3.1
Right now you can only generate an xsd containing stuff from one maven
(sub)project. This isn't good enough for many projects where the stuff you
need to configure is scattered over lots and lots of maven projects, but you
want it all in the same namespace since its all one big project. An easy way
to fix this is to generate source jars for the "other" projects and supply the
source to qdox. A more sophisticate way to do this would be to write out the
model, perhaps in xml using jaxb as an attached artifact.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.