Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3F124E49 for ; Thu, 23 Jun 2011 19:20:00 +0000 (UTC) Received: (qmail 10598 invoked by uid 500); 23 Jun 2011 19:20:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10551 invoked by uid 500); 23 Jun 2011 19:20:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 10543 invoked by uid 99); 23 Jun 2011 19:20:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 19:20:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yw0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 19:19:51 +0000 Received: by ywf7 with SMTP id 7so1137879ywf.13 for ; Thu, 23 Jun 2011 12:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=e8PPuPGPz7hl6SVHFOLfoAAtXkXUkbrOcP7ZOVSUTTU=; b=WeL1fcIl3RIZq3Zi2LeWEZ71EzYlJwiAhs6XsCqeG2D+xoFGX5nf0dO61kqsr8pEJk 80VBz+FaJK9nscK2t/bxFsJE0Evv+d1g/OLtfmS8I1gPpcwwrGDd9Jfh5ZqwmuU2h/lx rwpdZ6NA57VuPrmnvc+7cc0m9UR9Om1KgJ7GQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=f8Gmx0N6xjHNgUC3gDb3gxQWvmt6NNqDoFD2PMuz9UzvNAOzPlD0H3n4yYjvaH4P5O 1SniZC6D4FShK9rESEf4zeIqvVoal1+TEGPYwgiVjnwHHUZb/0hl0TgqDxg8KzpJ8BSW 7DE6wsNa0U8R7Wy6Fu11OCSngLc5uNGurUL+k= Received: by 10.236.180.133 with SMTP id j5mr3540876yhm.68.1308856770230; Thu, 23 Jun 2011 12:19:30 -0700 (PDT) Received: from [9.27.39.199] (bi01p1.nc.us.ibm.com [129.33.49.251]) by mx.google.com with ESMTPS id u64sm1204593yhm.55.2011.06.23.12.19.28 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Jun 2011 12:19:29 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Restricting build to only one assembly From: Kevan Miller In-Reply-To: Date: Thu, 23 Jun 2011 15:19:27 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.1084) On Jun 23, 2011, at 3:05 PM, Gary Shin wrote: > Hi, > I am building Geronimo 3 from source. I want to restrict the G3 = maven build to only generate assembly of one type say = "geronimo-tomcat7-javaee-web". So how can i do that, is there any = configuration file available. Shawn recently added 'tomcat' and 'jetty' profiles to = geronimo/server/trunk/assemblies/pom.xml. So, 'mvn clean install = -Ptomcat' should only build the tomcat assemblies. This technique could = be refined for even more granularity, if there's interest... Patches = welcome. --kevan