fixed javadoc build issue
This commit is contained in:
parent
1de8b95bb6
commit
0926fda19d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: classloader-leak-test-framework
|
Name: classloader-leak-test-framework
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Detection and verification of Java ClassLoader leaks
|
Summary: Detection and verification of Java ClassLoader leaks
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
|
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
|
||||||
@ -40,9 +40,9 @@ cp -r %{name}/* .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%mvn_build -- -Dmaven.javadoc.skip=true
|
%mvn_build --xmvn-javadoc
|
||||||
%else
|
%else
|
||||||
%mvn_build -f -- -Dmaven.javadoc.skip=true
|
%mvn_build -f --xmvn-javadoc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -52,7 +52,13 @@ cp -r %{name}/* .
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 15 2020 Ondrej Dubaj <odubaj@redhat.com> - 1.1.1-11
|
||||||
|
- fixed javadoc build problem
|
||||||
|
|
||||||
* Thu May 14 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.1-10
|
* Thu May 14 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.1-10
|
||||||
- removed javadoc, as it is broken as tooling is not ready for jdk11
|
- removed javadoc, as it is broken as tooling is not ready for jdk11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user