Re: Building Axis2 Clients with Maven

2008-03-10 Thread SGruverman
Bjorn, Bjorn Townsend [EMAIL PROTECTED] wrote on 03/08/2008 10:07:40 PM: I think there's still some confusion. :) I'm not trying to generate code from a WSDL or build an AAR, I just have a already-generated client that I want to set up as a Maven build rather than an Ant build, and I'm

Re: Building Axis2 Clients with Maven

2008-03-10 Thread Martin Gainty
Please forward any/all full working maven configurations to release manager dims? Thanks Martin- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, March 10, 2008 8:21 AM Subject: Re: Building Axis2 Clients with Maven Bjorn, Bjorn Townsend [EMAIL

Re: Building Axis2 Clients with Maven

2008-03-10 Thread Bjorn Townsend
Gainty wrote: Please forward any/all full working maven configurations to release manager dims? Thanks Martin- - Original Message - From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, March 10, 2008 8:21 AM Subject: Re: Building Axis2 Clients with Maven Bjorn, Bjorn

Re: Building Axis2 Clients with Maven

2008-03-08 Thread Upul Godage
Hi, You can integrate wsdl2java, java2wsdl, aar packaging steps into pom.xmls. See http://ws.apache.org/axis2/tools/index.html Upul On Sat, Mar 8, 2008 at 6:19 AM, Bjorn Townsend [EMAIL PROTECTED] wrote: Hello the list, I'm interested in building an Axis2 client project with Maven2, but

Re: Building Axis2 Clients with Maven

2008-03-08 Thread Bjorn Townsend
Upul, Thanks for the response. I'd already found that document -- what I'm interested in is an example of what jars and repositories I need to have in my POM. Or are such POMs generated automatically when using the wsdl2java Maven plugin? Thanks! Bjorn On Mar 8, 2008, at 12:44 AM

Re: Building Axis2 Clients with Maven

2008-03-08 Thread Upul Godage
The groupId has changed from the documentation, I think. Plugins will be downloaded when needed. They are available. e.g. in http://repo1.maven.org/maven2/org/apache/axis2/ Here is a pom.xml which worked for wsdl2code plugin sometime back. This will generate the code in the generate source phase.

Re: Building Axis2 Clients with Maven

2008-03-08 Thread Bjorn Townsend
I think there's still some confusion. :) I'm not trying to generate code from a WSDL or build an AAR, I just have a already-generated client that I want to set up as a Maven build rather than an Ant build, and I'm wondering what jars/plugins are required for that. I appreciate the help!

Building Axis2 Clients with Maven

2008-03-07 Thread Bjorn Townsend
Hello the list, I'm interested in building an Axis2 client project with Maven2, but wsdl2java only outputs an Ant buildfile. Is there any documentation on creating Maven2 POMs for projects that use Axis2? A Google search has not been revealing. If not, what do I need to make sure is in the