deckrider wrote:
I have a project that is being converted to maven2.

It requires taking some *.java source code, requires generating a
*.wsdl, and then from the *.wsdl generating some more java.

What is the best way of doing this in maven2?

Multi-module?  If so, how many modules?  Three?  How does each module
get deployed when I use the release plugin on the parent?

Single module?  What are the correct lifecycle phases?

It could work in a single module, but the original and generated code would end up in the same JAR which I suspect you don't want.

The correct phases would be "generate-resources" and "generate-sources"

--
Trygve

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to