Hello Axis-users,

i assume, this is an easy one for you:

I want to setup a basic Maven2-based Axis2 project from scratch. The core 
structure is
given by the following projects:

1. a project to generate the aar-jar which contains the generated 
stubs/skeletons for the wsdl-file via the m2 wsdl2code plugin (version 
1.3)
2. a project to generate the aar based on the aar-jar via the m2 
aar-plugin
3. a project to generate the war based on the aar
4. a project to generate the ear based on the war

i'm able to successfully deploy the ear into an appserver. Now i'm trying 
to implement a junit-test,
which needs  a dependency to axis2-kernel which i can only find in version 
1.0 in the public repositories.
During runtime of the test i get an incompatible class error, probably due 
to the fact, that i'm
using V1.0 of axis2-kernel and the generated aaj-jar is based on the 
wsdl2code-plugin with version 1.3.

I cannot find an M2-repository offering me the latest (1.3) Axis2 
components.

Is there a reason why axis2 1.3 isn't published as an m2 repository?
Is there any alternative to the manuall installation of  all necessary 
Axis2-components in my local repository with all the dependencies
I thougt Maven would care about?

Thanks in advance,
Thomas

Reply via email to