Return-Path: Delivered-To: apmail-maven-scm-dev-archive@www.apache.org Received: (qmail 9888 invoked from network); 27 Jun 2010 08:21:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jun 2010 08:21:10 -0000 Received: (qmail 49062 invoked by uid 500); 27 Jun 2010 08:21:10 -0000 Delivered-To: apmail-maven-scm-dev-archive@maven.apache.org Received: (qmail 48939 invoked by uid 500); 27 Jun 2010 08:21:08 -0000 Mailing-List: contact scm-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: scm-dev@maven.apache.org List-Id: Delivered-To: mailing list scm-dev@maven.apache.org Delivered-To: moderator for scm-dev@maven.apache.org Received: (qmail 88827 invoked by uid 99); 27 Jun 2010 04:17:31 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of jiruihua@gmail.com) Date: Sat, 26 Jun 2010 21:17:05 -0700 (PDT) From: jiruihua To: scm-dev@maven.apache.org Message-ID: <1277612225936-511504.post@n5.nabble.com> In-Reply-To: <1277612225937-325778.post@n5.nabble.com> References: <1277612225938-325776.post@n5.nabble.com> <1277612225937-325778.post@n5.nabble.com> Subject: Re: Multiple CVS Modules + SCM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am glad you got it worked. But I am still struggling with it now. I would like to checkout multiple repositories and dump them to a same folder. My parent pom: 4.0.0 com workspace 0.0.1-SNAPSHOT pom org.apache.maven.plugins maven-scm-plugin 1.3 username password boxcloud cloudfire cloudstack One of my child pom: 4.0.0 workspace com 0.0.1-SNAPSHOT com boxclound 0.0.1-SNAPSHOT org.apache.maven.plugins maven-scm-plugin 1.3 username password scm:svn:http://www.wiredreach.com:5775/svn/boxcloud/trunk When I run this in the parent pom folder, I got error "can not load the scm provider". If I add the scm element in the parent pom file, it can checkout, but the child mudule will be skipped. A similar guy: http://maven.40175.n5.nabble.com/multi-module-checkout-td396061.html Thanks a lot! Jerry -- View this message in context: http://maven.40175.n5.nabble.com/Multiple-CVS-Modules-SCM-tp325776p511504.html Sent from the Maven - SCM mailing list archive at Nabble.com.