Tag directory not being created on release:prepare --------------------------------------------------
Key: MRELEASE-447 URL: http://jira.codehaus.org/browse/MRELEASE-447 Project: Maven 2.x Release Plugin Issue Type: Bug Components: prepare Affects Versions: 2.0-beta-9 Reporter: Andrew Heald This is new behaviour in beta 9, 8 was fine in this respect. The dir http://svn.catlin.com/dev/releases/Catlin exists in our repo, but not http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3, which should be created by the plugin. K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C + Enabling strict checksum verification on all artifact downloads. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. [INFO] org.apache.maven.plugins: checking for updates from catlin [INFO] org.codehaus.mojo: checking for updates from catlin WAGON_VERSION: 1.0-beta-2 [INFO] ------------------------------------------------------------------------ [INFO] Building Catlin Corporate POM [INFO] task-segment: [release:prepare] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [release:prepare] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] You don't have a SNAPSHOT project in the reactor projects list. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue May 12 14:23:58 BST 2009 [INFO] Final Memory: 26M/64M [INFO] ------------------------------------------------------------------------ K:\andrew\dev\work\dev\Catlin-1.3>mvn release:prepare -U -C + Enabling strict checksum verification on all artifact downloads. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. [INFO] org.apache.maven.plugins: checking for updates from catlin [INFO] org.codehaus.mojo: checking for updates from catlin WAGON_VERSION: 1.0-beta-2 [INFO] ------------------------------------------------------------------------ [INFO] Building Catlin Corporate POM [INFO] task-segment: [release:prepare] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [release:prepare] [INFO] Verifying that there are no local modifications... [INFO] Executing: cmd.exe /X /C "svn --non-interactive status" [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3 [INFO] Checking dependencies and plugins for snapshots ... What is the release version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3: : 1.3.3 What is SCM release tag or label for "Catlin Corporate POM"? (com.catlin:Catlin) Catlin-1.3.3: : What is the new development version for "Catlin Corporate POM"? (com.catlin:Catlin) 1.3.4-SNAPSHOT: : 1.3-SNAPSHOT [INFO] Transforming 'Catlin Corporate POM'... [INFO] Not generating release POMs [INFO] Executing goals 'clean install'... [WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance. [INFO] [INFO] Scanning for projects... [INFO] WAGON_VERSION: 1.0-beta-2 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Building Catlin Corporate POM [INFO] [INFO] task-segment: [clean, install] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] [clean:clean] [INFO] [INFO] Deleting directory K:\andrew\dev\work\dev\Catlin-1.3\target [INFO] [INFO] [site:attach-descriptor] [INFO] [INFO] [install:install] [INFO] [INFO] Installing K:\andrew\dev\work\dev\Catlin-1.3\target\pom-transformed.xml to K:\m2-local-repo\com\catlin\Catlin\1.3.3\Catlin-1.3.3.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESSFUL [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 1 second [INFO] [INFO] Finished at: Tue May 12 14:27:31 BST 2009 [INFO] [INFO] Final Memory: 24M/64M [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "svn --non-interactive commit --file C:\Temp\maven-scm-46777775.commit --targets C:\Temp\maven-scm-17254-targets" [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3 [INFO] Tagging release with the label Catlin-1.3.3... [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Temp\maven-scm-708930632.commit --revision 77844 http://svn.catlin.com/dev/relea ses/Catlin/Catlin-1.3.3 http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3" [INFO] Working directory: K:\andrew\dev\work\dev\Catlin-1.3 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: Path 'http://svn.catlin.com/dev/releases/Catlin/Catlin-1.3.3' does not exist in revision 77844 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20 seconds [INFO] Finished at: Tue May 12 14:27:33 BST 2009 [INFO] Final Memory: 26M/64M [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira