Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 36072 invoked from network); 6 Mar 2007 04:12:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 04:12:30 -0000 Received: (qmail 9238 invoked by uid 500); 6 Mar 2007 04:12:38 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 9198 invoked by uid 500); 6 Mar 2007 04:12:37 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 9187 invoked by uid 99); 6 Mar 2007 04:12:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 20:12:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mcculls@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 20:12:27 -0800 Received: by wr-out-0506.google.com with SMTP id 69so2828457wra for ; Mon, 05 Mar 2007 20:12:04 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=myeYIGEl4MMXaj2DhOGNqrvoHrjw1dK8LoqtObhN7unkVm3nFG5qFzWwIuxFI59xwp1eitU68kcLYhBpXf9Qk/CrD2WZOgqE3FlA3g+Wf9wsuWIgOvcEPOqKA0e3Ao9OkKKKkfkSPzHe8QxYFBYvGoXtoKanIRoHXSirQVSCfkk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KTsP19oViSqmFW5CgEs6VcdnXW0YxQQpoE82IaooBNMiaqJvgkZPLauEAWRv6z/LVSpP1LcCm2/OLDCHb9y4VBX+GKTs4cJEtQe8NjPkbsmLmmx9kMEa8RaqdrJVcRm1oUgn4T84TMOjpYv8O9nsShKOP7b36iexnmXS7eypyzI= Received: by 10.114.126.1 with SMTP id y1mr1608413wac.1173154323597; Mon, 05 Mar 2007 20:12:03 -0800 (PST) Received: by 10.114.182.4 with HTTP; Mon, 5 Mar 2007 20:12:03 -0800 (PST) Message-ID: <81f0d9c0703052012p58b27b31j1fbc5062963cd1f@mail.gmail.com> Date: Tue, 6 Mar 2007 12:12:03 +0800 From: "Stuart McCulloch" To: felix-dev@incubator.apache.org Subject: Re: [commons] Added 2nd round of wrapper POM contributions In-Reply-To: <927B3B7D-DCC2-47CC-AEF1-D2EB6D5C3053@ungoverned.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568753d90703021126k51aee023jb8df417680753189@mail.gmail.com> <45EC8486.10102@ungoverned.org> <45EC9786.1000604@verizon.net> <45ECA65D.5060200@verizon.net> <45ECAD5B.3010804@verizon.net> <2157513e93c727825a99d08e137b1ca3@ungoverned.org> <45ECC960.40501@verizon.net> <81f0d9c0703051815h5274b346m7fa02725c38cd45d@mail.gmail.com> <927B3B7D-DCC2-47CC-AEF1-D2EB6D5C3053@ungoverned.org> X-Virus-Checked: Checked by ClamAV on apache.org On 06/03/07, Richard S. Hall wrote: > > On Mar 5, 2007, at 9:15 PM, Stuart McCulloch wrote: > > > - btw, if we come up with > > a standard template pom.xml for felix commons then it would be > > worthwhile > > defining a maven archetype (I use one locally for creating wrapped > > bundles). > > Really? I find trying to remember the super long command line for > instantiating an archetype more difficult than just editing a > template POM... ;-) > true :) I use a shell script to avoid all the typing ... come to think of it, it would probably be simpler to use awk to instantiate the template!