You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nico De Groote (JIRA)" <ji...@codehaus.org> on 2014/06/02 15:48:12 UTC

[jira] (MRELEASE-261) release:prepare should support flat directory multi-module projects

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

Nico De Groote commented on MRELEASE-261:
-----------------------------------------

see my issue MRELEASE-636.
I'm also waiting for the patch to be applied.

> release:prepare should support flat directory multi-module projects
> -------------------------------------------------------------------
>
>                 Key: MRELEASE-261
>                 URL: https://jira.codehaus.org/browse/MRELEASE-261
>             Project: Maven Release Plugin
>          Issue Type: Improvement
>          Components: prepare
>         Environment: linux / maven2 / svn
>            Reporter: paul.whelan@gmail.com
>            Assignee: Maria Odea Ching
>             Fix For: 2.0
>
>         Attachments: flatProject.main.patch, flatProject.test.patch, maven-release-issue.tar.gz, maven-release-issue.zip, MRELEASE-261.patch, MRELEASE-261-sample-project.zip, MRELEASE-261-with-its.patch, MRELEASE-261-with-its-v3.patch, odd-tags.png, PrepareReleaseMojo.patch
>
>
> What I mean by flat file structure firstly.
> parent/pom.xml
> module1/pom.xml
> module2/pom.xml
> .
> .
> .
> module15/pom.xml
> the parent references the modules like so
> <modules>
> 		<module>../module1</module>
> 		<module>../module2</module>
> .
> .
> .
> 		<module>../module15</module>
> </modules>
> When i  release:prepare only the parent project is tagged the modules projects versions are incremented etc but the modules are not tagged in svn.
> I use this structure as i use eclipse as my IDE.
> I would love to see a fix for the issue marked as closed here http://jira.codehaus.org/browse/MRELEASE-138. I am currenrly tagging by hand each submodule of the projects but it would be so nice to have the release plugin do this for me.
> forgive my english.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)