Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 75704 invoked from network); 18 Feb 2008 17:25:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2008 17:25:25 -0000 Received: (qmail 48459 invoked by uid 500); 18 Feb 2008 17:25:15 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 48434 invoked by uid 500); 18 Feb 2008 17:25:14 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 48401 invoked by uid 99); 18 Feb 2008 17:25:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 09:25:14 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [207.188.87.164] (HELO smtp2.israfil.net) (207.188.87.164) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 17:24:26 +0000 Received: from [IPv6:::1] (mikail.israfil.net [127.0.0.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp2.israfil.net (Postfix) with ESMTP id A9122AD442D; Mon, 18 Feb 2008 12:30:37 -0500 (EST) Message-Id: <9B92D241-D8AF-48CA-A408-24182A1EFD9F@israfil.net> From: Christian Edward Gruber To: continuum-users@maven.apache.org In-Reply-To: <15546915.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: Re: Release a multi modules project using Continuum Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 18 Feb 2008 12:24:35 -0500 References: <15546915.post@talk.nabble.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org If the company superpom is not in a repository that your continuum server or the user under which that server runs (via settings.xml) knows about, then it will not find it. One solution is to import the superpom separately and build it within continuum, because then it will be in the local repository for the user executing continuum. Christian. On 18-Feb-08, at 11:19 , bfontaine wrote: > > Hello ; > I'm currently try to get the continuum's release button to work for my > project. > My project is a multi-module project with this kind of structure : > > projectRoot > -pom.xml > -subProjectMain > -- subProjectMain files > -- pom.xml > - subProjectDependency > -- subProjectDependency files > -- pom.xml > ... and so on > > Every subProject pom inherit of the projectRoot pom, which, himself, > inherit > of my compagny superpom. > When I execute the release:prepare goal with maven, everything works > just > fine. But when I'm trying to use continuum, I get an error at the > second > step of the process (generate-reactor-projects). I copied the > stacktrace in > the error.txt file > > http://www.nabble.com/file/p15546915/Error.txt Error.txt > > Obviously, maven can't find my compagny superpom. > I would like to know if there is a way to configure the release > plugin of > Continuum so that my release would work. > > > > -- > View this message in context: http://www.nabble.com/Release-a-multi-modules-project-using-Continuum-tp15546915p15546915.html > Sent from the Continuum - Users mailing list archive at Nabble.com. >