Description of problem: maven-site-plugin was retired for fedora 31+, and it starts to cause issues with broken dependencies when users upgrade to rawhide (and eventually, fedora 32). This is caused by the removal of the maven-doxia-module-markdown subpackage in rawhide / f32. For example: Problem 1: package maven-doxia-1.9-1.fc32.noarch obsoletes maven-doxia-module-markdown < 1.9-1.fc32 provided by maven-doxia-module-markdown-1.7-12.fc32.noarch - package maven-site-plugin-3.6-6.fc30.noarch requires mvn(org.apache.maven.doxia:doxia-module-markdown), but none of the providers can be installed - cannot install the best update candidate for package maven-doxia-1.7-12.fc32.noarch - problem with installed package maven-site-plugin-3.6-6.fc30.noarch The last build of maven-site-plugin available in fedora is (in fedora 30): maven-site-plugin-3.6-6.fc30 So I think maven-site-plugin < 3.6-7 should be obsoleted?
Thanks! :)