Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 87849 invoked from network); 5 Mar 2007 23:39:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 23:39:30 -0000 Received: (qmail 16251 invoked by uid 500); 5 Mar 2007 23:39:38 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 16218 invoked by uid 500); 5 Mar 2007 23:39:38 -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 16206 invoked by uid 99); 5 Mar 2007 23:39:38 -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 15:39:38 -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 15:39:29 -0800 Received: from [70.141.2.14] (helo=[10.0.1.3]) by mrelay.perfora.net (node=mrelayus0) with ESMTP (Nemesis), id 0MKoyl-1HOMle0v6R-0008Qu; Mon, 05 Mar 2007 18:39:05 -0500 Mime-Version: 1.0 (Apple Message framework v624) In-Reply-To: <45ECA65D.5060200@verizon.net> References: <568753d90703021126k51aee023jb8df417680753189@mail.gmail.com> <45EC8486.10102@ungoverned.org> <45EC9786.1000604@verizon.net> <45ECA65D.5060200@verizon.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Richard S. Hall Subject: Re: [commons] Added 2nd round of wrapper POM contributions Date: Mon, 5 Mar 2007 18:37:12 -0500 To: felix-dev@incubator.apache.org X-Mailer: Apple Mail (2.624) X-Provags-ID: perfora.net abuse@perfora.net login:b399c17105f59dfa36985f08f30e623d X-Provags-ID2: V01U2FsdGVkX19AXYlMJaMd/AF/4hu2vjLfhyfJBW+mpd6fv9/ iTsEB1XrIw04+HptXiDcKtOQLLNkKy6ltuxHof48L+aVSZ6xZd 7ABid5z6TARfx+2qohu0Q== X-Virus-Checked: Checked by ClamAV on apache.org On Mar 5, 2007, at 6:23 PM, Tim Moloney wrote: > I have updated the example pom.xml file and attached it. > xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > 4.0.0 > > > org.apache.felix.commons > build > 0.9.0-incubator-SNAPSHOT > > > org.apache.felix.commons > FOO This wouldn't be 100% correct, would it? Wouldn't the resulting JAR name be FOO-version? I think artifactId should be: ${pom.groupId}.FOO Correct? -> richard > x.y.z > bundle > > ${pom.artifactId} bundle > > This bundle simply wraps ${pom.artifactId}-${pom.version}.jar. > > > > Apache Felix Project > http://incubator.apache.org/felix/ > > > > > FOO-groupId > ${pom.artifactId} > ${pom.version} > > > > > > > org.apache.felix > maven-bundle-plugin > true > > > FOO > FOO.impl > > > > > > > >