Re: mvn questions

2006-11-13 Thread Daniel Kulp
On Monday November 13 2006 7:26 pm, Steven Shaw wrote: > Why not move to testng? > > Apparently it has a maven2 plugin. TestNG looks better than Junit4 to > me. testng works quite well in maven. I played around with it a while ago and it does work. The biggest problem with testng from my pers

Re: mvn questions

2006-11-13 Thread Steve Vinoski
On Nov 13, 2006, at 7:26 PM, Steven Shaw wrote: Why not move to testng? Apparently it has a maven2 plugin. TestNG looks better than Junit4 to me. Yep, that's another possibility, but I don't know how big the required changes would be, nor do I know how well TestNG works. I proposed juni

Re: mvn questions

2006-11-13 Thread Steven Shaw
Why not move to testng? Apparently it has a maven2 plugin. TestNG looks better than Junit4 to me.

Re: mvn questions

2006-11-13 Thread Steve Vinoski
On Nov 13, 2006, at 1:53 PM, Rafael Schloming wrote: The maven build seems to be working for me now, but I've run into a few questions: Is there an equivalent of ant -projecthelp? How do I find out what goals are available for the Qpid project? I don't think maven2 supports listing of go

Re: mvn questions

2006-11-13 Thread Daniel Kulp
On Monday November 13 2006 1:53 pm, Rafael Schloming wrote: > The maven build seems to be working for me now, but I've run into a few > questions: > > Is there an equivalent of ant -projecthelp? How do I find out what > goals are available for the Qpid project? Maven doesn't really have the "named

mvn questions

2006-11-13 Thread Rafael Schloming
The maven build seems to be working for me now, but I've run into a few questions: Is there an equivalent of ant -projecthelp? How do I find out what goals are available for the Qpid project? Are there equivalents for all the ant targets? For example how do I build without running all the te