Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 95001 invoked from network); 29 Apr 2009 09:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Apr 2009 09:50:15 -0000 Received: (qmail 57162 invoked by uid 500); 29 Apr 2009 09:50:15 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 57082 invoked by uid 500); 29 Apr 2009 09:50:15 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 57072 invoked by uid 99); 29 Apr 2009 09:50:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 09:50:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2009 09:50:06 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 2A0A314A81A3 for ; Wed, 29 Apr 2009 04:49:45 -0500 (CDT) Message-ID: <19381139.85801240998585136.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 29 Apr 2009 04:49:45 -0500 (CDT) From: "Maria Odea Ching (JIRA)" To: issues@maven.apache.org Subject: [jira] Commented: (MRELEASE-261) release:prepare shouls support flat directory multimodule projects In-Reply-To: <14702269.1183647073252.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRELEASE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174581#action_174581 ] Maria Odea Ching commented on MRELEASE-261: ------------------------------------------- I'm currently working on fixing flat multi-module issues with Continuum and I'd probably be touching this issue since Continuum and the maven-release-plugin use the same release manager component. I'll take a look at the attached patches when I get to fixing the releasing part of flat multi-modules. See comments in CONTINUUM-1569 for details on how we're approaching this in Continuum.. > release:prepare shouls support flat directory multimodule projects > ------------------------------------------------------------------ > > Key: MRELEASE-261 > URL: http://jira.codehaus.org/browse/MRELEASE-261 > Project: Maven 2.x Release Plugin > Issue Type: Improvement > Components: prepare > Environment: linux / maven2 / svn > Reporter: paul.whelan@gmail.com > Attachments: flatProject.main.patch, flatProject.test.patch, 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 > > ../module1 > ../module2 > . > . > . > ../module15 > > 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 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