Re: Axis2, Maven and Jenkins
robert lazarski <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBWVh7T4_3SLkuosmPd9tqFNB=pAppEbhjAJoSdwbaodZA@mail.gmail.com> |
On Wed, Feb 13, 2013 at 5:03 PM, Michaël OULLION <[email protected]> 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