release:prepare does not use tagBase
------------------------------------
Key: MRELEASE-404
URL: http://jira.codehaus.org/browse/MRELEASE-404
Project: Maven 2.x Release Plugin
Issue Type: Bug
Components: prepare
Affects Versions: 2.0-beta-8
Environment: linux jdk 1.5
Reporter: James Lorenzen
When I run release:prepare I want the release plugin to create a branch verses
creating a tag. Currently it seems that it doesn't use the tagBase value
defined in the pom.
Here is my pom definition
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<developmentVersion>${next.release}</developmentVersion>
<tagBase>https://server/svn/netcds/branches</tagBase>
<scmCommentPrefix>Jira: AC-100.
[maven-release-plugin]</scmCommentPrefix>
</configuration>
</plugin>
When running mvn release:prepare the release plugin still creates a tag. Is the
syntax not correct for tagBase?
--
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