On Wed, Feb 13, 2013 at 5:03 PM, Michaël OULLION <oullio...@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-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org