From continuum-users-return-3565-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Mar 30 15:58:02 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 19045 invoked from network); 30 Mar 2007 15:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 15:58:02 -0000 Received: (qmail 41810 invoked by uid 500); 30 Mar 2007 15:58:07 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 41794 invoked by uid 500); 30 Mar 2007 15:58:07 -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 41779 invoked by uid 99); 30 Mar 2007 15:58:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 08:58:07 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [148.87.113.118] (HELO rgminet01.oracle.com) (148.87.113.118) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 08:57:59 -0700 Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by rgminet01.oracle.com (Switch-3.2.4/Switch-3.1.6) with ESMTP id l2UFvbGP012873 for ; Fri, 30 Mar 2007 09:57:37 -0600 Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l2UFvZ6R004106 for ; Fri, 30 Mar 2007 09:57:36 -0600 Received: from dhcp-amer-rmdc-csvpn-gw6-141-144-115-35.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 2575979821175270255; Fri, 30 Mar 2007 08:57:35 -0700 Message-ID: <460D336E.7040803@oracle.com> Date: Fri, 30 Mar 2007 09:57:34 -0600 From: Chris Russell Organization: Oracle Corporation User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Continuum Subject: Question on arguments Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Virus-Checked: Checked by ClamAV on apache.org Hello, Can someone tell me what the following arguments do and why I would use (or remove) them: --batch-mode --non-recursive In my project I have one parent pom and 4 child poms: top level --- child 1 --- child 2 --- child 3 --- child 4 I'm not sure which parameters I should have on each project. Also, everything is working great when I hit the "Build All" button. I'm trying to get things working via the Scheduled runs. Thanks in advance, Chris