[jira] Commented: (SUREFIRE-30) Wrong classpath separator

2006-03-08 Thread Walco van Loon (JIRA)
[ http://jira.codehaus.org/browse/SUREFIRE-30?page=comments#action_60502 ] Walco van Loon commented on SUREFIRE-30: Why not use java.io.File.pathSeparator for this purpose? > Wrong classpath separator > - > >

Re: Maven 2 cross mojo Component sharing

2006-03-07 Thread Walco van Loon
>Please see my mail in the last 2 days about the "dashboard plugin" to >this list. Missed that message, thanks! Cheers, Walco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven 2 cross mojo Component sharing

2006-03-07 Thread Walco van Loon
Hi list, I'm currently working on a plugin that gathers build metrics for a bunch of projects and generates a one page report for all of them. For each category of metrics, I've created a mojo which contributes to the results using a 'singleton-keep-alive' BuildStore component which I inject int