Are you sure that step 3.) is depending on the classes and not on the Java 
sources?

A quick option would be to split 1+2 and 3+4 into 2 modules, so you'll get 2 
independent
lifecycles which provides all you need. This is also a good idea if the schema 
files do not change
that often, since you then can refer to explicit versions of the module 
containing the xsd wrapper
and do not need to build and test it all the time.

LieGrü,
strub

--- [EMAIL PROTECTED] schrieb:

> Hi, 
> 
> I need to 
> 
> 1.) generate-sources (maven-jaxb2-plugin) from some xsd-files
> 2.) compile these files
> 3.) generate-sources (wrapper Classes) based on the compiled class files
> 4.) compile all 
> 
> => how can I realize this behaviour within the Maven-Lifecycle ?
> 
> Thanx for any advice, 
> 
> Torsten



      Heute schon einen Blick in die Zukunft von E-Mails wagen? 
www.yahoo.de/mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to