Re: Re: Using Axis2 with Maven

2013-05-16 Thread Hendrik Geßner
But I'm not sure I understand your question. Are you asking for dependencies in pom.xml ? We have our own maven repo and added all the jars to that. I am looking for an official dependency code snippet. After checking the rampart pom again, I found a starting point that I missed before.

Using Axis2 with Maven

2013-05-13 Thread Hendrik Geßner
I’m trying to use Axis2 by resolving all dependencies with maven. Unfortunately there doesn’t seem to be an official dependency code snippet on the project page. Trying to copy the snippet that the rampart samples use, I ran into the well-known redirect problem (

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner hgess...@uni-potsdam.de wrote: I’m trying to use Axis2 by resolving all dependencies with maven. Unfortunately there doesn’t seem to be an official dependency code snippet on the project page. Trying to copy the snippet that the rampart

Re: Using Axis2 with Maven

2013-05-13 Thread robert lazarski
On Mon, May 13, 2013 at 7:59 AM, robert lazarski robertlazar...@gmail.com wrote: On Mon, May 13, 2013 at 7:41 AM, Hendrik Geßner hgess...@uni-potsdam.de wrote: I’m trying to use Axis2 by resolving all dependencies with maven. Unfortunately there doesn’t seem to be an official dependency code

Re: Using Axis2 with Maven

2013-05-13 Thread Andreas Veithen
It's the other way round: the release note for **1.5.3** states that Axis2 now relies exclusively on dependencies available from the Maven central repository, and no other Maven repositories are required. This in particular fixes a build problem that appeared after the **1.5.2** release. Andreas

Using axis2-wsdl2code-maven-plugin

2011-02-05 Thread Mauricio Amorim
I do a webservice using maven 2 plugin axis2-wsdl2code-maven-plugin When i execute the goal axis2-wsdl2code:wsdl2code, the plugin generate a file IOException (my service throw an IOException) at package: java.io.xsd I guess that it must be generate at packageName (directory) plugin parameter