Description of problem: Thermostat fails to build in rawhide due to xmvn installer mojo trying to install a __noinstall artifact. Version-Release number of selected component (if applicable): Version available in rawhide. How reproducible: Always in rawhide. Steps to Reproduce: 1. fedpkg clone thermostat 2. look at the spec file which has %mvn_package com.redhat.thermostat:thermostat-distribution __noinstall 3. fedpkg build Actual results: Build fails with FileNotFoundException of the thermostat-distribution jar file. Expected results: Don't try to find/install thermostat-distribution file. Here is an example build log: http://kojipkgs.fedoraproject.org//work/tasks/8836/6098836/build.log This is a task which I expect fails, once it's finished: http://koji.fedoraproject.org/koji/taskinfo?taskID=6099482 Note that f20 builds work fine with the same spec file. Also keep in mind that the spec file in master will change soon in master due to an upcoming thermostat upgrade.
thermostat has a complex structure and a very complex spec file. This makes it difficult for me to investigate what is going on. Can you provide a simple reproducer?
I think this doesn't occur any longer in rawhide. I'll get back to you if it does still fail, but a scratch build passed today so it might as well be already fixed.
Seems fixed. Closing.
For reference a passing thermostat rawhide build using xmvn: http://koji.fedoraproject.org/koji/taskinfo?taskID=6140584