tagBase parameter for release plugin is partially ignored ---------------------------------------------------------
Key: MRELEASE-658 URL: http://jira.codehaus.org/browse/MRELEASE-658 Project: Maven 2.x Release Plugin Issue Type: Bug Components: prepare Affects Versions: 2.1 Environment: Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.6.0_21, vendor: Sun Microsystems Inc. Java home: C:\Program Files (x86)\Java\jdk1.6.0_21\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "x86", family: "windows" Reporter: David Bilge Using a different directory layout (tags/project instead of project/tags) I configured the tagBase as described on the maven site: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> <tagBase>http://[pathToSvnRepo]/tags/projectName/</tagBase> </configuration> </plugin> Calling release:prepare, everything works correctly; even the scm info is changed exactly as expected. But, when the commit to create the tag is executed, it fails with an error like "path http://[pathToSvnRepo]/trunk/projectName/tags/1.7 does not exist" (wording might be different). Using maven 2 works flawlessly. -- 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