Remove maven-javadoc-plugin execution
This commit is contained in:
parent
fe338af613
commit
b7a53693aa
8
msv.spec
8
msv.spec
@ -1,7 +1,7 @@
|
|||||||
Name: msv
|
Name: msv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2013.6.1
|
Version: 2013.6.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Multi-Schema Validator
|
Summary: Multi-Schema Validator
|
||||||
License: BSD and ASL 1.1
|
License: BSD and ASL 1.1
|
||||||
URL: http://msv.java.net/
|
URL: http://msv.java.net/
|
||||||
@ -97,6 +97,9 @@ Requires: msv-xsdlib
|
|||||||
# We don't have this plugin
|
# We don't have this plugin
|
||||||
%pom_remove_plugin :buildnumber-maven-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
|
# Needed becuase of patch3
|
||||||
%pom_add_dep xml-resolver:xml-resolver
|
%pom_add_dep xml-resolver:xml-resolver
|
||||||
|
|
||||||
@ -204,6 +207,9 @@ cp -pr xsdlib/examples/* %{buildroot}%{_datadir}/%{name}/xsdlib
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 14 2014 Gerard Ryan <galileo@fedoraproject.org> - 1:2013.6.1-4
|
||||||
- Don't install testharness jar: pulls in ant
|
- Don't install testharness jar: pulls in ant
|
||||||
- Fix changelog bogus date warning
|
- Fix changelog bogus date warning
|
||||||
|
Loading…
Reference in New Issue
Block a user