> I want to generate a couple of resources based on the classes I have in
> my project. Therefor, I have 2 questions:
> - How do I get the classpath for the plugin correct? I need access to my
> classes and it's dependencies.
> - In which phase should I put this plugin? The phase I would normally
> use (generate-resources) occurs before the actual compiling of my
> classes... Or should I move the compiler to an earlier phase?

Can you think of any other plugins that need similar behavior? If so,
you can look at those plugins to see how they are doing the same
thing. Perhaps jaxb or jaxws or similar plugins would be a place to
start.

Wayne

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

Reply via email to