From continuum-users-return-3602-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Apr 03 22:03:00 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 22480 invoked from network); 3 Apr 2007 22:02:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 22:02:59 -0000 Received: (qmail 37708 invoked by uid 500); 3 Apr 2007 22:03:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 37690 invoked by uid 500); 3 Apr 2007 22:03:05 -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 37679 invoked by uid 99); 3 Apr 2007 22:03:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 15:03:05 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of apache.maillist@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 15:02:57 -0700 Received: by wr-out-0506.google.com with SMTP id i23so1950569wra for ; Tue, 03 Apr 2007 15:02:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=gJkAg1TX6UaOQhNcp7QEKxi8hVkiH4dfZB2t/cvqLsJHcweMZg3vko8I2Fsq3v63n6T68I7eluZ2b60i51jpd7vlyGQEydpSaWIiRaZy/y/Ith3Su2VdsuC3nze+lOpxnrP0lnYvHHfankPbzckOGyYPKrkIsc01hResPgJ4Uck= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=k5L0/dpFl1gxDSBbHpacG3AFqog1P9iUdreAZ9yXDQ9DsYLqIx98PkC0YZkxth07MrpGq+YwG6Cnn+7qqYlk7bc6rEX/vHEYlkNT6SLpfN4pXwNSlmEFjZ604xA3VDmGbzQcg78sCcDjJsvwz4yP+0cFas54i+9PCKZK23Yvdbk= Received: by 10.114.125.2 with SMTP id x2mr2434170wac.1175637755853; Tue, 03 Apr 2007 15:02:35 -0700 (PDT) Received: by 10.114.173.13 with HTTP; Tue, 3 Apr 2007 15:02:35 -0700 (PDT) Message-ID: <61ebb7260704031502m738249dap4cf2ee4f84f838d6@mail.gmail.com> Date: Tue, 3 Apr 2007 15:02:35 -0700 From: "L. J." To: continuum-users Subject: How to configure 2 projects in the same group to use different build definitions in 1.1-SNAPSHOT? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19558_31079122.1175637755732" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19558_31079122.1175637755732 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Can anyone suggest me how to configure this? I have 2 M2 projects that use 2 different arguments which referring to it's own build directory, but they are in the same group. I create 2 build definitions but I can't change the "Is this default?" option in the build definitions as it affects one and the other. Example below: In the same group name/id Project1 clean deploy -batch-mode --non-recursive - Dproject.path=/apps/continuum/working-directory/20 Proejct2 clean deploy -batch-mode --non-recursive - Dproject.path=/apps/continuum/working-directory/9 Thanks. LJ ------=_Part_19558_31079122.1175637755732--