Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 57000 invoked from network); 26 Apr 2007 14:44:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 14:44:49 -0000 Received: (qmail 96007 invoked by uid 500); 26 Apr 2007 14:44:56 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 95679 invoked by uid 500); 26 Apr 2007 14:44:54 -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 95667 invoked by uid 99); 26 Apr 2007 14:44:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 07:44:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.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; Thu, 26 Apr 2007 07:44:47 -0700 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 9817B14A803B for ; Thu, 26 Apr 2007 09:44:26 -0500 (CDT) Message-ID: <26034494.1177598666620.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 26 Apr 2007 09:44:26 -0500 (CDT) From: "Stefano Bagnara (JIRA)" To: issues@maven.apache.org Subject: [jira] Created: (MRELEASE-222) Wrong default tag name when used in a reactor environment MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Wrong default tag name when used in a reactor environment --------------------------------------------------------- Key: MRELEASE-222 URL: http://jira.codehaus.org/browse/MRELEASE-222 Project: Maven 2.x Release Plugin Issue Type: Bug Affects Versions: 2.0-beta-4 Reporter: Stefano Bagnara Priority: Critical In JAMES project we have this structure (): root (james-project) - maven-skin (maven-skin) - server (james-server-root) - 2.2.0 (james-server-site-2-2-0) All of them are in the org.apache.james groupId. The main project have a site.xml declaring "maven-skin" as its own skin. You can look at the real current poms here: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?revision=524429&view=markup http://svn.apache.org/viewvc/james/project/trunk/maven-skin/pom.xml?revision=451625&view=markup http://svn.apache.org/viewvc/james/project/trunk/server/pom.xml?revision=475214&view=markup http://svn.apache.org/viewvc/james/project/trunk/server/2.2.0/pom.xml?revision=451625&view=markup When I try to run "mvn release:prepare -DdryRun=true" it ask me the following: ----- [INFO] Checking dependencies and plugins for snapshots ... What is the release version for "JAMES Skin"? (org.apache.james:maven-skin) 1.1: : What is the release version for "Apache JAMES Project"? (org.apache.james:james-project) 1.1: : What is the release version for "JAMES Server"? (org.apache.james:james-server-root) 1.0: : What is the release version for "JAMES Server 2.2.0 Documentation"? (org.apache.james:james-server-site-2-2-0) 1.0: : What is SCM release tag or label for "JAMES Skin"? (org.apache.james:maven-skin) maven-skin-1.1: : What is the new development version for "JAMES Skin"? (org.apache.james:maven-skin) 1.2-SNAPSHOT: : What is the new development version for "Apache JAMES Project"? (org.apache.james:james-project) 1.2-SNAPSHOT: : What is the new development version for "JAMES Server"? (org.apache.james:james-server-root) 1.1-SNAPSHOT: : What is the new development version for "JAMES Server 2.2.0 Documentation"? (org.apache.james:james-server-site-2-2-0) 1.1-SNAPSHOT: : ----- Why do it asks me the SCM release tag for "JAMES Skin" and not for James project? Why my james-project pom.xml was: http://svn.apache.org/viewvc/james/project/trunk and in the pom.xml.tag I find http://svn.apache.org/viewvc/james/project/tags/maven-skin-1.1 The urls for the sub modules pom.xml.tag are instead correct. -- 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