> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 11 May 2004 17:06 > To: [EMAIL PROTECTED] > Subject: [maven-plugins] dashboard in a reactored test > > When running > > maven -Dgoal=plugin:test multiproject:goal > > from maven-plugins, the dashboard plugin fails with > > <ant:fail> Expected [4] but got [1] > in the last test. > > Is this a known issue?
Nope. It means the test is not successful for some reasons. There must be 4 rows in the generated dashboard report. I have just run the test from the plugin itself and it works fine. So this is probably a problem with the reactor. Probably some properties that are not passed correctly. Sorry, I haven't the time to debug right now. I can try to do this on coming Friday but I can't promise I can it before (will try though). Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
