How do I prevent JAXB from generating Java from imported schema?
- by Mark
I've got two Java projects, both generate Java classes based on a schema definition, I'm using xjc to create the classes.
My second project depends on a class from the first project, and in particular, one of the classes I'd like to generate in my second project needs to use one of the types from the first project.
To accomplish this dependency…