Hi,
> I have schema B which import schema A. the classes of schema A are generated
> in another project that my project is depend on it, so i dont need to
> generate those classes.
> is there a way to limit xjc to generate only my schema?
> i read about episode but i dont know if this is the simple solution for
> this.
Episodes are not a simple but correct solution to this.
https://maven-jaxb2-plugin.dev.java.net/docs/guide.html#SeparateCompilation
Bye
/lexi