Re: The Maven way for delivery pipelines

2013-07-08 Thread Aliaksei Lahachou
Hi, also take a look on Arquillian, it can manage containers as well. Regards, htfv (Aliaksei Lahachou) On Fri, Jul 5, 2013 at 10:29 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, now after some trial and error with custom packaging and lifecycles I ask myself whether I

Re: The Maven way for delivery pipelines

2013-07-06 Thread Mirko Friedenhagen
Stephen, Russel, thanks for your suggestions so far. I will take a look into the plugins you mentioned. Our operations department is using puppet and I did some tiny steps with. I agree it feels a bit like Maven because it is declarative as well. Now Ruby is IMO Python's perlish brother, so I am

The Maven way for delivery pipelines

2013-07-05 Thread Mirko Friedenhagen
Hello, now after some trial and error with custom packaging and lifecycles I ask myself whether I should proceed or do something completely different. What I want to achieve: - We have loads of web-applications (WARs with a homegrown configuration tooling) - Some are single module projects, some

Re: The Maven way for delivery pipelines

2013-07-05 Thread Russell Gold
Hi Mirko, Have you looked at the Cargo plugin? http://cargo.codehaus.org/Functional+testing - Russ On Jul 5, 2013, at 4:29 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello, now after some trial and error with custom packaging and lifecycles I ask myself whether I should

Re: The Maven way for delivery pipelines

2013-07-05 Thread Stephen Connolly
On Friday, 5 July 2013, Mirko Friedenhagen wrote: Hello, now after some trial and error with custom packaging and lifecycles I ask myself whether I should proceed or do something completely different. What I want to achieve: - We have loads of web-applications (WARs with a homegrown