Re: Maven-surefire qurious problem when extending it

2007-01-26 Thread Petar Tahchiev
- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 12:52 PM To: Maven Users List Subject: Maven-surefire qurious problem when extending it Hi guys, I have a very unusual problem with the maven-surefire-plugin ver. 2.2 I want to write my own plugin, and as part of it's

Maven-surefire qurious problem when extending it

2007-01-25 Thread Petar Tahchiev
Hi guys, I have a very unusual problem with the maven-surefire-plugin ver. 2.2 I want to write my own plugin, and as part of it's functionality is to run a couple of junit tests. So I extend the MavenSurefirePlugin and my plugin looks like this: public class MyMojo extends SurefirePlugin {}

RE: Maven-surefire qurious problem when extending it

2007-01-25 Thread Kevan Dunsmore
: Thursday, January 25, 2007 12:52 PM To: Maven Users List Subject: Maven-surefire qurious problem when extending it Hi guys, I have a very unusual problem with the maven-surefire-plugin ver. 2.2 I want to write my own plugin, and as part of it's functionality is to run a couple of junit tests. So I