Remove maven-javadoc-plugin from all POMs

This commit is contained in:
Mikolaj Izdebski 2017-02-24 20:03:28 +01:00
parent 2c751517db
commit b4d06ecbe3

View File

@ -5,7 +5,7 @@
Name: google-%{short_name} Name: google-%{short_name}
Version: 4.1 Version: 4.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Lightweight dependency injection framework for Java 5 and above Summary: Lightweight dependency injection framework for Java 5 and above
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/google/%{short_name} URL: https://github.com/google/%{short_name}
@ -203,7 +203,7 @@ This package provides %{summary}.
# We don't have the custom doclet used by upstream. Remove # We don't have the custom doclet used by upstream. Remove
# maven-javadoc-plugin to generate javadocs with default style. # maven-javadoc-plugin to generate javadocs with default style.
%pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin -r :maven-javadoc-plugin
# remove test dependency to make sure we don't produce requires # remove test dependency to make sure we don't produce requires
# see #1007498 # see #1007498
@ -265,6 +265,9 @@ This package provides %{summary}.
%changelog %changelog
* Fri Feb 24 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-5
- Remove maven-javadoc-plugin from all POMs
* Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-4 * Thu Feb 23 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.1-4
- Add missing BR on apache-resource-bundles - Add missing BR on apache-resource-bundles