Re: Execute a maven goal in the middle of another maven goal

2010-03-19 Thread Phuong Nguyen
According to my observation, the selenium-maven-plugin doesnot execute a goal in the middle of another goal. Rather, it has separated goals, one for starting the server and one for stopping the server. I'm still looking for a way to invoke another goal while executing my goal. Isn't it simple? On

Re: Execute a maven goal in the middle of another maven goal

2010-03-19 Thread Stephen Connolly
On 19 March 2010 07:16, Phuong Nguyen phuongn...@gmail.com wrote: According to my observation, the selenium-maven-plugin doesnot execute a goal in the middle of another goal. Rather, it has separated goals, one for starting the server and one for stopping the server. I'm still looking for a

Execute a maven goal in the middle of another maven goal

2010-03-19 Thread Phuong Nguyen
Hi: Is there anyway to execute a maven goal while another maven goal sleeping? For example, I want to execute a gaeForTest:test goal. This goal will first start Google App Engine Dev Server. After that, I want to start surefire plugin to execute a set of integration tests. When surefire plugin

Execute a maven goal in the middle of another maven goal

2010-03-18 Thread Phuong Nguyen
Hi: Is there anyway to execute a maven goal while another maven goal sleeping? For example, I want to execute a gaeForTest:test goal. This goal will first start Google App Engine Dev Server. After that, I want to start surefire plugin to execute a set of integration tests. When surefire plugin

Re: Execute a maven goal in the middle of another maven goal

2010-03-18 Thread Dan Tran
take a look at selenium-maven-plugin, It starts selenium server in the background, run selenium sure fire test, and finally shutdown selenium server good luck -D On Thu, Mar 18, 2010 at 9:55 PM, Phuong Nguyen phuongn...@gmail.com wrote: Hi: Is there anyway to execute a maven goal while