You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Michaël OULLION <ou...@voila.fr> on 2013/02/13 21:03:46 UTC

Axis2, Maven and Jenkins

Hello everyone, 

I try to integrate Axis2 Webservice (.aar) with my CI server which is Jenkins.
I use Maven to build my webservice but I don't find how to automatically deploy my AAR on my tomcat test's server .
Is there an easy way to do this with maven? (maybe a maven's goal i don't find).


Regards,
___________________________________________________________
C'est l'année du Serpent ! Connaissez-vous votre signe astral chinois ? Découvrez-le ici http://astrocenter.voila.fr/voila/Presentation.aspx?product=StEdCH2K2&Af=-3000

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org


Re: Axis2, Maven and Jenkins

Posted by robert lazarski <ro...@gmail.com>.
On Wed, Feb 13, 2013 at 5:03 PM, Michaël OULLION <ou...@voila.fr> wrote:
> Hello everyone,
>
> I try to integrate Axis2 Webservice (.aar) with my CI server which is Jenkins.
> I use Maven to build my webservice but I don't find how to automatically deploy my AAR on my tomcat test's server .
> Is there an easy way to do this with maven? (maybe a maven's goal i don't find).
>
>
> Regards,

With Jenkins you can "Build a free-style software project" that can
execute shell scripts for that. For example, in your Jenkins Maven
project config, under "Post-build Actions" you can invoke another
build.

Alternatively could go thru the Maven life cycles and hack together
some pom.xml ways to do that. However I find Bash a better fit for
that type of thing, ymmv.

- R

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org
For additional commands, e-mail: java-user-help@axis.apache.org