[ https://jira.codehaus.org/browse/MRELEASE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314401#comment-314401 ]
Luke Rathbone commented on MRELEASE-522: ---------------------------------------- We have several projects in this format. In this real world case, sometimes the modules are released independently, sometimes they are all released at the same time. Each module _must_ have it's own trunk to accommodate this. The key here is that we are being *flexible*. It would be nice to move this flexibility into the plugin. I've tried experimenting with {{tagBase}} and {{connectionUrl}}, but didn't get anywhere. Is there anything we can add to the plugin configuration as a workaround? > release plugin tagging don't work for submodules > ------------------------------------------------ > > Key: MRELEASE-522 > URL: https://jira.codehaus.org/browse/MRELEASE-522 > Project: Maven 2.x Release Plugin > Issue Type: Bug > Components: perform > Affects Versions: 2.0 > Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_14 > Java home: C:\Programme\Java\jdk1.6.0_14\jre > Default locale: de_DE, platform encoding: Cp1252 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > Reporter: Ruediger Gubler > > release:prepare doesn't tag submodules which are in different svn path. > We have the following structure in our svn repositories: > parentmodule/[trunk|tags|branches] > module1/[trunk|tags|branches] > module2/[trunk|tags|branches] > ... > moduleN/[trunk|tags|branches] > I tried to include the modules using <module>../module1</module> > Which caused to the svn error: the parent directory is not in version control > After changing the modules to <module>module1</module> and adding the > submodules via svn:externals into the parent svn directory > the release:prepare finishes successfully but the submodules are not tagged. > Yours RĂ¼diger -- 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