Release plugin does not tag all Clearcase VOB's in a multi-module project -------------------------------------------------------------------------
Key: MRELEASE-529 URL: http://jira.codehaus.org/browse/MRELEASE-529 Project: Maven 2.x Release Plugin Issue Type: Bug Components: prepare Affects Versions: 2.0-beta-9 Environment: $ mvn.bat -v Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_17 Java home: C:\Program Files\Java\jdk1.6.0_17\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" Reporter: Bernard Wacher I am working with a multi module Maven structure which spans several Clearcase VOBs. I am using an aggregator POM which builds all the modules across the different VOBs. When I issue a 'mvn release:prepare' command, the project verifies correctly, all POMs are correctly updated and checked in, in all of the different VOBs. Only problem is that the plugin has only tagged/labeled the code in the main VOB rather than in all of the VOBs I am using. That is, it correctly updates the dependencies and checks the POMs in but does not tag the code in the VOBs the other POMs are located in. I have verified that my <scm> element is correctly specified in each POM so I don't think that is the problem, furthermore the plugin is checking the code into the different VOBs, just not tagging. -- 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