Hide Forgot
Description of problem: xmvn does not generate either javaRequires or javaDevelRequires inside fragment files for several packages (found during review bug 1022908). Thus javapackages generators don't create requires on JRE/JVM. This could eventually cause problems if enough packages miss basic requires Version-Release number of selected component (if applicable): xmvn-1.1.0-2.fc21
The problem is that now XMvn MOJO writes simplified effective model with unneeded parts removed. Maven Compiler Plugin invocation is removed too, which means that information about Java version is lost.
Fixed upstream in commit 9cd1957
Fixed in xmvn-1.2.0-5
I believe that this bug is fixed in xmvn-1.3.0-1, which is available in Fedora Rawhide, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=476472