> I like to write a maven plug-in that allow me to generate source java code
> using reflection. I mean: using reflection

Perhaps check out the openjpa plugin (or another similar one) hosted
by Codehaus Mojo project which produces open source Maven plugins:
http://mojo.codehaus.org/plugins.html

> But it can be that some others classes in src/main/java depends on generated
> classes.These won't compile.

You may or may not have to break those into their own modules which
have a <dependency> on this one.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to