Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-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 5BCC69EA1 for ; Wed, 20 Jun 2012 13:18:02 +0000 (UTC) Received: (qmail 1743 invoked by uid 500); 20 Jun 2012 13:18:02 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 1702 invoked by uid 500); 20 Jun 2012 13:18:02 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 1694 invoked by uid 99); 20 Jun 2012 13:18:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:18:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of karlpauls@gmail.com designates 209.85.160.177 as permitted sender) Received: from [209.85.160.177] (HELO mail-gh0-f177.google.com) (209.85.160.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:17:56 +0000 Received: by ghbf11 with SMTP id f11so6910211ghb.22 for ; Wed, 20 Jun 2012 06:17:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Cb7528HrEmwExzVT+vyaRJRRzP0AW6BvX63mLxlTSXE=; b=boLISaLh737K8Gs6agLtAD3d5sFMHtWqOaECH9nocqVZhHDGlfUWPAAV07zYWp5QT5 m9G8IMAwqNzvnA/FayhFLCAR0s9C9ksxzPpk+BmPv7fsnyhVDuwkaoaZjMC98iLbTLhg DFk1FqYAfGvksIwxlaFWxy+yvxKH3scODnBjNoxgrZQ8i0iMI7j3635u/cH9DRzX4M+L lx51cVfIF5Tby1oujkB3XqV3ocU9d+Bq3cDj/UMKiTmInKCxXEuqnmbbdrRKD29T3SHH 5Ath1/lOEi5WZy4oYuK44Zna/lTLvJUdKudEkMUnkTpvjeUJW4do/UltrtBmY/3mv5bV Xd0g== Received: by 10.60.2.35 with SMTP id 3mr23384160oer.63.1340198254998; Wed, 20 Jun 2012 06:17:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.48.68 with HTTP; Wed, 20 Jun 2012 06:17:14 -0700 (PDT) In-Reply-To: References: From: Karl Pauls Date: Wed, 20 Jun 2012 15:17:14 +0200 Message-ID: Subject: Re: felix.jar in Maven Central To: dev@felix.apache.org Content-Type: text/plain; charset=ISO-8859-1 If you are talking about the framework its available as: org.apache.felix:org.apache.felix.framework However, the felix.jar is just a rename of: org.apache.felix:org.apache.felix.main so if you really need the main, just depend on it. regards, Karl On Wed, Jun 20, 2012 at 3:10 PM, Simon Chemouil wrote: > Hi, > > I'm currently setting up an Android app that embeds Felix, and I want > to use Maven for the build. I need to have a (Maven) dependency on > felix.jar (i.e, the Felix core framework that resides in the bin/ > directory of the Felix main distribution) but it seems this Jar has > not been deployed to Maven Central since 2009. > > For now, I installed the JAR in my local repository manually, but this > requires every developer to do so. I also guess it would be possible > to have a dependency on the Felix main distribution zip file > (available in Maven Central), do some maven-fu to unzip it using > maven-dependencies-plugin and somehow setup the project, but really, > I'm just looking for felix.jar :-). > > If it's somewhere, could you point it to me or would it be possible to > start deploying felix.jar to Central as well as the Felix main > distribution for these "embedded Felix" use cases? > > Thanks, > > -- > Simon -- Karl Pauls karlpauls@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls