[
https://jira.codehaus.org/browse/MRELEASE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-404.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> release:prepare does not use tagBase
> ------------------------------------
>
> Key: MRELEASE-404
> URL: https://jira.codehaus.org/browse/MRELEASE-404
> Project: Maven 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 was sent by Atlassian JIRA
(v6.1.6#6162)