RE: [Axis2] How to use Axis library in a war file

2007-03-22 Thread Krishnamoorthy J (HCL Financial Services)
ishna From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 8:30 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] How to use Axis library in a war file Hi john, Thanks for mail. I m not comfortable with maven. I have not tried it out. I wi

RE: [Axis2] How to use Axis library in a war file

2007-03-22 Thread kumar.vinodh
John Pfeifer [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 7:30 PM To: axis-user@ws.apache.org; axis-user@ws.apache.org Subject: RE: [Axis2] How to use Axis library in a war file Vinodh, We use maven to copy the aar file into the WEB/services directory of the webapp. If you build your

RE: [Axis2] How to use Axis library in a war file

2007-03-22 Thread John Pfeifer
Vinodh, We use maven to copy the aar file into the WEB/services directory of the webapp. If you build your aar file first using maven, then build your war, you can use the following pom.xml snippet to copy your aar into your WAR. It would be really nice if the Axis2 WAR distribution was deplo