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 <[email protected]> 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 [email protected] http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls
