Remove maven-javadoc-plugin dependency
This commit is contained in:
parent
b8ba144d71
commit
b02f302b2a
@ -2,7 +2,7 @@
|
||||
|
||||
Name: classloader-leak-test-framework
|
||||
Version: 1.1.1
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
Summary: Detection and verification of Java ClassLoader leaks
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/mjiderhamn/classloader-leak-prevention/tree/master/%{name}
|
||||
@ -36,6 +36,8 @@ cp -r %{name}/* .
|
||||
%pom_remove_dep com.sun.faces:jsf-impl
|
||||
%pom_remove_dep javax.el:el-api
|
||||
|
||||
%pom_remove_plugin -r :maven-javadoc-plugin
|
||||
|
||||
%build
|
||||
%if %{with tests}
|
||||
%mvn_build --xmvn-javadoc
|
||||
@ -54,6 +56,9 @@ cp -r %{name}/* .
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed May 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.1.1-15
|
||||
- Remove maven-javadoc-plugin dependency
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user