<jarWebSupport> <version>2.0.4</version> </jarWebSupport> > On 8/27/10 4:45 PM, Vidar Ramdal wrote: >> I'm trying to build our Sling-based application on a new computer, and >> I've run into problems: "Unable to determine the release version" for >> org.apache.felix.http.jetty - see full output attached. >> >> Obviously, the local maven repo on my old computer has some old stuff >> in it that makes the build go through, but on my new, clean repo it >> fails. >> >> Also attaching the pom.xml. >> >> Can anyone see what's going wrong here? Every time I have to wrestle >> with Maven, I seem to lose ...
On Fri, Aug 27, 2010 at 11:21 PM, Justin Edelson <[email protected]> wrote: > It looks like you have bad metadata in your local repository, in > ~/.m2/repository/org/apache/felix/http/jetty/org.apache.felix.http.jetty/maven-metadata-central.xml > > Compare this file to > http://repo2.maven.org/maven2/org/apache/felix/org.apache.felix.http.jetty/maven-metadata.xml Hmm, in fact that file is missing in my local repo. > Perhaps you have a bad proxy? > > The easiest way to fix this is to add > > <jarWebSupport> > <version>2.0.4</version> > </jarWebSupport> > > to the maven-launchpad-plugin <configuration> section. This will > hard-set the version That worked great. Thanks a lot! -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Sommerrogata 13-15, N-0255 Oslo, Norway + 47 22 00 84 00 / +47 22 00 84 76 Quando omni flunkus moritatus!
