Re: Maven runs surefire plugin for testing by default. How to change this?

2007-10-30 Thread Tim Kettler
Hi, as Brett told you on the dev list, just use the skip parameter to disable surefire execution. The surefire plugin is bound to the lifecycle by the default packagings and can't be removed. -Tim Kalyan Akella schrieb: > Hi, > > Recently, I developed a Java-based maven plugin intended to run i

Maven runs surefire plugin for testing by default. How to change this?

2007-10-30 Thread Kalyan Akella
Hi, Recently, I developed a Java-based maven plugin intended to run in the test phase of the maven build instead of the standard surefire-plugin. It has just one goal, 'test'. When I configured my project's POM to include my plugin for the testing phase and made sure the POM doesn't refernce suref