> 5....This new approach is incompatible with my company's build scripts.
> Automating the build seems to be a hassle. I do not even see a nice way to
> do this - explode the war, build and deploy my aar files to the exploded
> war, then repackage? Ugh.

We build with maven and have a simple goal that iterates through the project's 
dependencies and copies them all into the lib folder of the axis2 webapp.  
Another goal removes them.  This is pretty easy to do and frees you from 
having to worry about modifying the axis2 war file.

--Alex

Reply via email to