Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 50674 invoked from network); 3 Nov 2006 15:47:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 15:47:21 -0000 Received: (qmail 69181 invoked by uid 500); 3 Nov 2006 15:47:31 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 69145 invoked by uid 500); 3 Nov 2006 15:47:31 -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 69134 invoked by uid 99); 3 Nov 2006 15:47:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 07:47:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [195.115.36.242] (HELO mailsrv.B2i.fr) (195.115.36.242) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 07:47:17 -0800 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Ch-ch-ch-changes... Date: Fri, 3 Nov 2006 16:46:50 +0100 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ch-ch-ch-changes... Thread-Index: Acb/WQFraQjCPV8XS/m/pKQnWcl0HwABKn0w From: "LECAN Damien" To: X-Virus-Checked: Checked by ClamAV on apache.org > Correct me if I am wrong, but isn't the maven-eclipse-plugin the > generator of Eclipse project metadata files from pom.xml ? If so, this > has nothing to do with either of the other plugins. You're right, but Eclipse provides a full OSGi development environment. = So Maven has to try to integrate with it for OSGi development (e.g. = maven-eclipse-plugin generates the bundle manifest ...) Look at http://docs.codehaus.org/display/MAVEN/Maven+and+Eclipse http://jira.codehaus.org/browse/MECLIPSE-92 > BTW: It would of course be nice, if it would be possible to use maven > to build and packeg Eclipse plugins and features. But to my knowledge, > this is still on the TODO of the Eclipse/Equinox team. This seems to be done by Maven team instead http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=3Dtrue&&pid=3D1= 1133&component=3D12260&sorter/field=3Dpriority&sorter/order=3DDESC Damien