Hi, Is it a release of a project which doesn't have a scm element and use a released parent project which has one ?
-- Olivier 2009/4/1 Jorg Heymans <[email protected]>: > Hi, > > beta-9 seems to have introduced something which my project cannot > grok. I'm trying to do a release of my project's main pom: > > $mvn release:prepare -N -Darguments=-N > .... > .... > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Unable to tag SCM > Provider message: > The svn tag command failed. > Command output: > svn: Path 'http://server/svn/project/tags/myparent-4/myproject' does > not exist in revision 8100 > > I reverted to beta-8 and it's fine again. Is there any output i should > provide to help troubleshoot this ? > > Thanks, > Jorg > > > > On Sun, Mar 29, 2009 at 1:40 AM, Niall Pemberton > <[email protected]> wrote: >> On Sat, Mar 28, 2009 at 10:53 PM, Brian E. Fox <[email protected]> >> wrote: >>> All set. >> >> Thanks >> >> Niall >> >> >>> -----Original Message----- >>> From: Niall Pemberton [mailto:[email protected]] >>> Sent: Saturday, March 28, 2009 5:52 PM >>> To: Maven Developers List >>> Subject: Re: [ANN] Maven Release Plugin 2.0-beta-9 Released >>> >>> The parent pom doesn't seem to have found its way to the public repo >>> yet, is it on its way? >>> >>> http://repo1.maven.org/maven2/org/apache/maven/release/maven-release/ >>> >>> Niall >>> >>> On Sat, Mar 28, 2009 at 5:36 PM, Olivier Lamy <[email protected]> wrote: >>>> Hi, >>>> The Maven team is pleased to announce the release of the Maven Release >>>> Plugin, version 2.0-beta-9. >>>> >>>> http://maven.apache.org/plugins/maven-release-plugin/ >>>> >>>> You should specify the version in your project's plugin configuration: >>>> >>>> <plugin> >>>> <groupId>org.apache.maven.plugins</groupId> >>>> <artifactId>maven-release-plugin</artifactId> >>>> <version>2.0-beta-9</version> >>>> </plugin> >>>> >>>> >>>> Release Notes - Maven 2.x Release Plugin - Version 2.0-beta-9 >>>> >>>> >>>> ** Bug >>>> * [MRELEASE-273] - Regression: NullPointerException at end of >>>> standalone "release:perform" >>>> * [MRELEASE-375] - release plugin does not work with subversion > 1.5.0 >>>> * [MRELEASE-379] - return results after performing a release >>>> * [MRELEASE-381] - url syntax not good enough for the git scm provider >>>> * [MRELEASE-386] - Sneaky bug in DefaultReleaseManager.perform() >>>> * [MRELEASE-393] - NoSuchMethodError when using >>>> InvokerMavenExecutor with cmd line arg "--quiet" >>>> * [MRELEASE-405] - Wrong branch-name parameter >>>> >>>> ** Improvement >>>> * [MRELEASE-385] - Upgrade to last scm version (1.2) >>>> * [MRELEASE-392] - Align release-parent, release-manager and >>>> release-plugin versions >>>> * [MRELEASE-427] - Add a mojo parameter for using the new remote >>>> tagging for svn scm provider (to prevent issue with svn > 1.5.0) >>>> * [MRELEASE-429] - Support for a [token]-SNAPSHOT in addition to >>>> [number]-SNAPSHOT >>>> >>>> >>>> ** Task >>>> * [MRELEASE-390] - Add VSS dependency >>>> >>>> Have Fun! >>>> >>>> -- >>>> The Maven Team >>>> >>>> --------------------------------------------------------------------- >>>> 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] >>> >>> >>> --------------------------------------------------------------------- >>> 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] >> >> > > --------------------------------------------------------------------- > 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]
