[ https://jira.codehaus.org/browse/MRELEASE-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308691#comment-308691 ]
Hannes Kogler edited comment on MRELEASE-331 at 9/17/12 4:46 AM: ----------------------------------------------------------------- is the problem fixed already? We have the same problem here! It seems that the maven-release-plugin automatically adds the artifactId to the end of an URL during the release:prepare execution, what leads to an error when trying to execute the release:perform goal in the next step!!! Is there no possibility to deactivate this "function" via any parameter of the release-plugin?? By the way we are using CVS, so if we just leave out the property variable for the module in the original url-definition [scm\:cvs\:pserver\:user@server\:/path/to/cvs/project] instead of [scm\:cvs\:pserver\:user@server\:/path/to/cvs/project\:${project.artifactId}] we get an error that the scm url is invalid! So the only chance is to add the variable that is replaced by property interpolation, what ends up to the described problem... was (Author: ntshko): is the problem fixed already? We have the same problem here! It seems that the maven-release-plugin automatically adding the artifactId to the end of an URL during the release:prepare execution, what leads to an error when trying to execute the release:perform goal in the next step!!! Is there no possibility to deactivate this "function" via any parameter of the release-plugin?? > SCM urls are broken for all modules, except the parent > ------------------------------------------------------- > > Key: MRELEASE-331 > URL: https://jira.codehaus.org/browse/MRELEASE-331 > Project: Maven 2.x Release Plugin > Issue Type: Bug > Components: scm > Affects Versions: 2.0-beta-7 > Reporter: Vincent Siveton > Priority: Blocker > Labels: scrub-review-started > > This comes from the parent pom, which is missing a / at the end of the scm > urls. > See: > http://www.nabble.com/Re%3A-svn-commit%3A-r635240---in--maven-plugin-tools-trunk%3A-.--maven-plugin-plugin--maven-plugin-tools-ant--maven-plugin-tools-api--maven-plugin-tools-beanshell--maven-plugin-tools-java--maven-plugin-tools-javadoc--maven-plugin-tools-model--tt15929761s177.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira