[ 
https://jira.codehaus.org/browse/MRELEASE-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=271351#comment-271351
 ] 

Brett Porter commented on MRELEASE-404:
---------------------------------------

syntax looks correct. what do you mean by "creates a tag"? It uses /tags/ 
instead? What is the output?

Does this work for you in 2.0, or does the release:branch goal help?

> release:prepare does not use tagBase
> ------------------------------------
>
>                 Key: MRELEASE-404
>                 URL: https://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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to