Re: Can't set plugin variables before bootstrap

2004-10-14 Thread Brett Porter
seems there is a bug relating to this - I noticed it too. If the plugin hasn't been initialised yet (which will always be the case for you), use j:set instead. However, these tags should initialise if needed. I'll put in a JIRA issue. - Brett On Thu, 14 Oct 2004 15:42:18 -0400, Mitch Mattek <[

Can't set plugin variables before bootstrap

2004-10-14 Thread Mitch Mattek
I'm trying to make a "bootstrap" from nothing build of our projects. I have a project, which you can pull down, then execute multiproject, so my thinking was. 1: execute maven cdp:bootstrap (this is my custom plugin) This would Unfortunately I