users@jaxb.java.net

Re: Is there a way to limit xjc to generate only given namespace

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 13 Aug 2009 08:47:59 +0200

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