From a11005197906b00eec9661e5949d9a7d9bbecaaa Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Jul 03 2017 12:48:48 +0000 Subject: Remove Google Analytics script from javadoc (fixes FTBFS) --- diff --git a/jetty8.spec b/jetty8.spec index bb05907..532a2ac 100644 --- a/jetty8.spec +++ b/jetty8.spec @@ -5,7 +5,7 @@ Name: jetty8 Version: 8.1.17 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java Webserver and Servlet Container # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt # some MIT-licensed code (from Utf8Appendable) is used too @@ -169,6 +169,9 @@ done %pom_remove_plugin -r :maven-source-plugin %pom_remove_plugin -r :maven-site-plugin +# Remove google analytics from javadoc +%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-javadoc-plugin"]/pom:configuration/pom:header' + # this needs jetty6 things, so just remove it # shouldn't cause any trouble since it handled only in loadClass elsewhere %pom_remove_dep org.mortbay.jetty:jetty-util jetty-continuation @@ -223,6 +226,9 @@ rm -Rf LICENSE-CONTRIBUTOR/ %license NOTICE.txt LICENSE* %changelog +* Mon Jul 03 2017 Michael Simacek - 8.1.17-7 +- Remove Google Analytics script from javadoc (fixes FTBFS) + * Fri Feb 10 2017 Fedora Release Engineering - 8.1.17-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild