Jetty update needs maven to resolve two eclipse files: org.eclipse.osgi:services org.eclipse.equinox.http:servlet These are part of eclipse, but they do not have symlinks in _javadir. Please add them. There already is org.eclipse:osgi jar in _javadir: ln -s ../../../../%{_libdir}/%{name}/plugins/org.eclipse.osgi_*.jar osgi.jar Please do the same for above two artifacts (pom files can probably be downloaded from upstream maven repo) and call %add_maven_depmap on them
I've found the OSGi services POM but no recent (not since 2007) equinox.http.servlet POM. I looked here: http://repo1.maven.org/maven2/org/eclipse/equinox/ Should I just make one myself?
That 2007 version (I assume you mean[1]) is actually what jetty is using. So yes, feel free to use that one. [1] http://repo1.maven.org/maven2/org/eclipse/equinox/http/servlet/1.0.0-v20070606/servlet-1.0.0-v20070606.pom
Please see if this build solves the problem for you: http://koji.fedoraproject.org/koji/taskinfo?taskID=3601991 (I ran a scratch build first to verify and it completed successfully: http://koji.fedoraproject.org/koji/taskinfo?taskID=3601958)
Fixed in rawhide.