Worked it out. Eclipse 3 or the mevenide plugin in eclipse 3 is holding a lock on project.xml.
The plugin merrily goes on its way when the copy back fails AFAICT. On Fri, 9 Jul 2004 09:56:37 +1000, Dion Gillard <[EMAIL PROTECTED]> wrote: > Not yet....its as annoying as all hell. > > I'll try to work it out next time I do a release. > > > > On Fri, 9 Jul 2004 09:30:38 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > > Have you narrowed down the problem. I use this all the time on Maven and at work > > and it never fails... > > > > - Brett > > > > > > > > Quoting [EMAIL PROTECTED]: > > > > > dion 2004/07/08 07:38:57 > > > > > > Modified: plugin project.xml > > > Log: > > > scm:prepare-release fails again > > > > > > Revision Changes Path > > > 1.43 +6 -1 maven-plugins/plugin/project.xml > > > > > > Index: project.xml > > > =================================================================== > > > RCS file: /home/cvs/maven-plugins/plugin/project.xml,v > > > retrieving revision 1.42 > > > retrieving revision 1.43 > > > diff -u -r1.42 -r1.43 > > > --- project.xml 8 Jul 2004 14:12:16 -0000 1.42 > > > +++ project.xml 8 Jul 2004 14:38:57 -0000 1.43 > > > @@ -23,7 +23,7 @@ > > > <pomVersion>3</pomVersion> > > > <id>maven-plugin-plugin</id> > > > <name>Maven Plugin Plugin</name> > > > - <currentVersion>1.5.1-SNAPSHOT</currentVersion> > > > + <currentVersion>1.5.1</currentVersion> > > > <description>Maven Plugin management plugin. Requires Maven 1.0 > > > RC4.</description> > > > <shortDescription>Maven Plugin plugin</shortDescription> > > > <url>http://maven.apache.org/reference/plugins/plugin/</url> > > > @@ -54,6 +54,11 @@ > > > <id>1.5</id> > > > <name>1.5</name> > > > <tag>MAVEN_PLUGIN_1_5</tag> > > > + </version> > > > + <version> > > > + <id>1.5.1</id> > > > + <name>1.5.1</name> > > > + <tag>MAVEN_PLUGIN_1_5_1</tag> > > > </version> > > > </versions> > > > <developers> > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > http://www.multitask.com.au/people/dion/ > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
