Re: More questions about maven and axis2

2008-11-18 Thread CheffPJ
://www.nabble.com/More-questions-about-maven-and-axis2-tp20325210p20566200.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: More questions about maven and axis2

2008-11-05 Thread Nandana Mihindukulasooriya
Another alternative for you would be, use the maven-antrun-plugin and use the WSDL2Java directly so you can utilize the same command line options eg. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId

More questions about maven and axis2

2008-11-04 Thread David Ojeda
Hello all, I have some questions about using maven and axis2. I am using maven 2.0.9, axis2 1.4.1, axis2-wsdl2code-maven-plugin 1.4.1. Here is my situation: Right now I just want to have a project that generates the client stub for a webservice. I need to use xmlbeans over other databindings.