Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 62541 invoked from network); 18 Mar 2009 09:08:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2009 09:08:43 -0000 Received: (qmail 97965 invoked by uid 500); 18 Mar 2009 09:08:43 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 97949 invoked by uid 500); 18 Mar 2009 09:08:42 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 97938 invoked by uid 99); 18 Mar 2009 09:08:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Mar 2009 02:08:42 -0700 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, 18 Mar 2009 09:08:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3E5B814A8167 for ; Wed, 18 Mar 2009 04:08:13 -0500 (CDT) Message-ID: <30307703.1237367293227.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 18 Mar 2009 04:08:13 -0500 (CDT) From: "Christian Schulte (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-2094) Update the release prepare action to use org.apache.maven.project.MavenProjectBuilder instead of org.apache.maven.model.Model In-Reply-To: <1649728.1235462360310.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/CONTINUUM-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=170090#action_170090 ] Christian Schulte commented on CONTINUUM-2094: ---------------------------------------------- It affects all versions using an unprocessed org.apache.maven.model.Model instance for release preparation (which lacks all model processing performed by maven - inheritance, property substitutions, etc.). The patch was tested against trunk and the continuum-1.2.x branch. > Update the release prepare action to use org.apache.maven.project.MavenProjectBuilder instead of org.apache.maven.model.Model > ----------------------------------------------------------------------------------------------------------------------------- > > Key: CONTINUUM-2094 > URL: http://jira.codehaus.org/browse/CONTINUUM-2094 > Project: Continuum > Issue Type: Improvement > Components: Integration - Maven 2, Release > Environment: Maven version: 2.0.10 > Java version: 1.5.0_17 > OS name: "linux" version: "2.6.28.7" arch: "i386" Family: "unix" > Reporter: Christian Schulte > Fix For: 1.3.x > > Attachments: ReleasePrepareAction.patch > > > When preparing a release, Continuum processes the pom to release based on the unprocessed org.apache.maven.model.Model. This leads to Continnum not supporting releases for a large set of poms. The attached patch updates the maven-release-manager dependency to the latest released version and additionally updates class ReleasePrepareAction to use org.apache.maven.project.MavenProjectBuilder for processing the pom to release. -- 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