Remove maven-javadoc-plugin execution

This commit is contained in:
Mikolaj Izdebski 2015-05-14 07:02:05 +02:00
parent fe338af613
commit b7a53693aa

View File

@ -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 <mizdebsk@redhat.com> - 1:2013.6.1-5
- Remove maven-javadoc-plugin execution
* Sun Sep 14 2014 Gerard Ryan <galileo@fedoraproject.org> - 1:2013.6.1-4
- Don't install testharness jar: pulls in ant
- Fix changelog bogus date warning