https://bugzilla.redhat.com/show_bug.cgi?id=1749383
--- Comment #18 from Fabio Valentini <[email protected]> --- Now that I'm thinking about it, you'd probably be able to just disable those two maven plugins without affecting the build. They shouldn't be used for producing any build output for an RPM package. %pom_remove_plugin :maven-site-plugin <pom location> %pom_remove_plugin :maven-gpg-plugin <pom location> usually do the trick, but since this package embeds a maven project inside autotools, this might not work as expected, and you'd have to manually patch the pom.xml.in file instead. That way you wouldn't need to resurrect two ancient packages that were unmaintained for years. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
