I don't have a lot of experience with Maven 1 but I know it is quite slow compare to Maven 2. Maybe you should consider upgrading if you have performance issues.
On 3/15/06, Manlio Malaidini <[EMAIL PROTECTED]> wrote: > Hello everybody, > > maybe this is a kind of newbie question, but I'm really trying to speed up > test execution without meaningful result, therefore I'd like to get your > feedback. > > Setup: I'm currently using maven 1.1-beta-1 and eclipse 3.1.0 > > I have many tests that while run inside eclipse take 1/3 of execution > time compared to maven, sometimes even less. I'm talking about strict unit > testing, typically without DB or network interactions. > > I've tried to not forking, but without any meaningful difference. > If I suppress printsummary I don't gain anything at all. > I was thinking about skipping TEST*.xml file generation but that doesn't > seem to be possible: any test file that I execute a new 60 KB file is > generated with environment info, but I really don't want it. Ideally I'd > like to have just a yes/no information for each test, with more report only > in case of failure. > > I've tried googling around without any major result. Documentations doesn't > say a lot about this, either. > > I'd really appreciate your feedback. > MM > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
