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 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 Justin 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 ... >
