Re: Plugin to start a jar?

2009-12-10 Thread Antonio Petrelli
2009/12/10 Antonio Petrelli : > 2009/12/9 Thomas Sundberg : >> I want to start a jar during the 'pre-integration-test' pretty much as >> starting a Tomcat with Cargo or similar. > > Take a look at the SHITTY maven plugin: > http://mojo.codehaus.org/shitty-maven-plugin/ Or the failsafe plugin: http

Re: Plugin to start a jar?

2009-12-10 Thread Antonio Petrelli
2009/12/9 Thomas Sundberg : > I want to start a jar during the 'pre-integration-test' pretty much as > starting a Tomcat with Cargo or similar. Take a look at the SHITTY maven plugin: http://mojo.codehaus.org/shitty-maven-plugin/ HTH Antonio --

Re: Plugin to start a jar?

2009-12-10 Thread Gajo Csaba
The exec plugin? Thomas Sundberg wrote: Hi! I want to start a jar during the 'pre-integration-test' pretty much as starting a Tomcat with Cargo or similar. But this is a standalone jar that contains a server that i want to have available for integrationstests that I want to run later. I want

Plugin to start a jar?

2009-12-10 Thread Thomas Sundberg
Hi! I want to start a jar during the 'pre-integration-test' pretty much as starting a Tomcat with Cargo or similar. But this is a standalone jar that contains a server that i want to have available for integrationstests that I want to run later. I want the server jar to be shut down in the 'post-