Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 23653 invoked from network); 6 Mar 2007 02:59:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2007 02:59:05 -0000 Received: (qmail 47160 invoked by uid 500); 6 Mar 2007 02:59:13 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 47113 invoked by uid 500); 6 Mar 2007 02:59:13 -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 47102 invoked by uid 99); 6 Mar 2007 02:59:13 -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 18:59:13 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [217.160.230.40] (HELO mout.perfora.net) (217.160.230.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 18:59:04 -0800 Received: from [70.141.2.14] (helo=[10.0.1.4]) by mrelay.perfora.net (node=mrelayus0) with ESMTP (Nemesis), id 0MKoyl-1HOPsv0inm-0008Qu; Mon, 05 Mar 2007 21:58:42 -0500 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <81f0d9c0703051815h5274b346m7fa02725c38cd45d@mail.gmail.com> 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> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <927B3B7D-DCC2-47CC-AEF1-D2EB6D5C3053@ungoverned.org> Content-Transfer-Encoding: 7bit From: "Richard S. Hall" Subject: Re: [commons] Added 2nd round of wrapper POM contributions Date: Mon, 5 Mar 2007 21:58:34 -0500 To: felix-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.2) X-Provags-ID: perfora.net abuse@perfora.net login:b399c17105f59dfa36985f08f30e623d X-Provags-ID2: V01U2FsdGVkX19JCuT5x9T2JOQoUVynGUf3vt7jQI34QH0w5YP 6Xt/x5d1d3NZq2e7YjXf7eQU19eYGVf912Okd4umoXGWWYGA0k 6kwAFPQ5QganSxpJCxXvQ== X-Virus-Checked: Checked by ClamAV on apache.org On Mar 5, 2007, at 9:15 PM, Stuart McCulloch wrote: > On 06/03/07, Tim Moloney wrote: >> Is there a way to define a custom variable (e.g. shortName) in >> pom.xml? > > Yes, for example: > > > FOO > > > then you can use ${shortName} in your pom.xml If this works, then I guess I would be in favor of using this approach and keeping JAR file names long. > - 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... ;-) -> richard