Check what command the release plugin is invoking during the perform goal. It's checking out the code to target/checkout and then forks another maven execution in that folder. This is the one that's failing for you.
On Wed, May 6, 2009 at 3:18 AM, Mark Derricutt <[email protected]> wrote: > Looks good with projects that had issues with profiles under 2.1.0 (sub > projects not resolving profiles problem when built from the master). > Mark > > -- > Discouragement is a dissatisfaction with the past, a distaste for the > present, and a distrust of the future - Maree De Jong, Life NZ. > http://www.talios.com > > Sent from Auckland, New Zealand > > On Tue, May 5, 2009 at 12:02 PM, John Casey <[email protected]> > wrote: > > > Hi again, > > > > After finding and cleaning up some code that seems to be tainted during > > some of our efforts at generifying the codebase, we've respun a new > release > > candidate. > > > > If you have time, please give it a whirl: > > > > > > > https://repository.apache.org/content/repositories/maven-staging-010/org/apache/maven/apache-maven/2.2.0-RC2/ > > > > Remember, if you have any problems, report them to: > > http://jira.codehaus.org/browse/MNG with Affects-Version: 2.2.0 > > > > ...then, please reply to this thread to let me know about the issue! :-) > > > > Thanks for testing! > > > > -john > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
