diff --git a/msv.spec b/msv.spec index 5556899..b7d4585 100644 --- a/msv.spec +++ b/msv.spec @@ -1,7 +1,7 @@ Name: msv Epoch: 1 Version: 2013.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Multi-Schema Validator License: BSD and ASL 1.1 URL: http://msv.java.net/ @@ -97,6 +97,9 @@ Requires: msv-xsdlib # We don't have this plugin %pom_remove_plugin :buildnumber-maven-plugin +# javadoc generation fails due to strict doclint in JDK 8 +%pom_remove_plugin :maven-javadoc-plugin + # Needed becuase of patch3 %pom_add_dep xml-resolver:xml-resolver @@ -204,6 +207,9 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}/xsdlib %{_datadir}/%{name} %changelog +* Thu May 14 2015 Mikolaj Izdebski - 1:2013.6.1-5 +- Remove maven-javadoc-plugin execution + * Sun Sep 14 2014 Gerard Ryan - 1:2013.6.1-4 - Don't install testharness jar: pulls in ant - Fix changelog bogus date warning