users@jaxb.java.net

Schemagen tool generating java classes.

From: <miguel.garz_at_gmail.com>
Date: Wed, 22 May 2013 09:56:02 +0000 (UTC)

Good Morning everybody,
I'm looking to create a automated build with maven (and then move to a
continuous integration) and I'm trying to generate one(or more) .XSD
(schema) from a set of java classes.
However while using schemagen tool, I did notice that this tool
generates not only the xsd files (which are correct), but also the
whole set of java classes within the same folder. (actually it seems
that it compiles every java class needed to use in the schema).
My question is: How to prevent that from happen? I would like to create
just the .xsd files.
Thank you very much,
Miguel Garz