maven-release-plugin: Unable to find the mojo perform

2007-06-04 Thread Graham Leggett
Hi all, I am suddenly getting the following exception below when attempting to perform a release of our project using maven v2.0.4 on Windows. I see there is a directory within the repository called 2.0-beta-6.rip - is this somehow relevant? [INFO]

Re: maven-release-plugin: Unable to find the mojo perform

2007-06-04 Thread Graham Leggett
On Mon, June 4, 2007 4:11 pm, Graham Leggett wrote: I am suddenly getting the following exception below when attempting to perform a release of our project using maven v2.0.4 on Windows. Upgrading to v2.0.6 hasn't made a difference, there is however what looks like a whole lot of debugging

Re: maven-release-plugin: Unable to find the mojo perform

2007-06-04 Thread Steven Rowe
Hi Graham, I'm guessing that the exception started soon after you upgraded the version of the release plugin installed in your local repository (probably via mvn -U or -cpu). Wierdnesses like this seem to often have at their root a corrupted local repository. Have you tried removing your local

Re: maven-release-plugin: Unable to find the mojo perform

2007-06-04 Thread Dennis Lundberg
Hi The .rip files that you see are created by maven-stage-plugin, which is used to transfer Maven releases from a staging area into the real repository. The .rip files are normally removed after a successful transfer, so I'm guessing that something went wrong here. You can safely remove the