Hi

I'm trying to adapt my old ant project to maven.

My application was a web service with the following structure:

+---classes
+---etc
¦   +---xml
¦       +---wsdl
+---src


In etc/xml/ I use to have mappings needed to generate a wsdl and the
wsdl file is generated in wsdl directory.

My question is: which is the "best practices structure" in Maven for
such kind of apps ?

The second question is how to call wsdl generation task from Maven.

Also, my web services client application is outside this project but
depends of it. Should I include it inside the ws project ?


And finally, it´s posible to run maven inside Eclipse ? I´ve seen
Maven docs instructions but may be they are so old or something else
because I can found "location" option in external tools and can't
finish to configure it.

Thanks in advance

J

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

Reply via email to