Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 80400 invoked from network); 11 May 2007 10:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 10:10:29 -0000 Received: (qmail 13103 invoked by uid 500); 11 May 2007 10:10:33 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 13074 invoked by uid 500); 11 May 2007 10:10:33 -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 13063 invoked by uid 99); 11 May 2007 10:10:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 03:10:32 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 03:10:24 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1HmS4Z-0007C4-Nx for continuum-users@maven.apache.org; Fri, 11 May 2007 03:10:03 -0700 Message-ID: <10429160.post@talk.nabble.com> Date: Fri, 11 May 2007 03:10:03 -0700 (PDT) From: alexsil To: continuum-users@maven.apache.org Subject: Problem with parent Pom MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18986_3504926.1178878203681" X-Nabble-From: alessandro.zucchi@zucchetti.it X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18986_3504926.1178878203681 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all, I need to use Continuum with Maven2 project, structured like tree as follow: pom.xml --- pom.xml ------------- | |... |---pom.xml ------------- | |... |---pom.xml-------------- |... I need to load in Continuum the first parent pom and compile it in non recursive mode. The build runs well, in fact maven compile only the first parent pom, but svn check out all the tree. This is a problem, because the project (see as entire tree) is very big then get spent a big amount of time ed performance for nothing. In fact, my wish, is to update only the parent pom. Any ideas ??? Thank you Alex. -- View this message in context: http://www.nabble.com/Problem-with-parent-Pom-tf3726547.html#a10429160 Sent from the Continuum - Users mailing list archive at Nabble.com. ------=_Part_18986_3504926.1178878203681--