Remove dependency on site-plugin and checkstyle-plugin

This commit is contained in:
Michael Simacek 2017-02-02 13:11:04 +01:00
parent 678403ce6b
commit 08e92de700

View File

@ -1,6 +1,6 @@
Name: mojo-parent Name: mojo-parent
Version: 40 Version: 40
Release: 2%{?dist} Release: 3%{?dist}
Summary: Codehaus MOJO parent project pom file Summary: Codehaus MOJO parent project pom file
License: ASL 2.0 License: ASL 2.0
@ -10,8 +10,6 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
%description %description
Codehaus MOJO parent project pom file Codehaus MOJO parent project pom file
@ -22,6 +20,8 @@ Codehaus MOJO parent project pom file
%pom_remove_plugin :cobertura-maven-plugin %pom_remove_plugin :cobertura-maven-plugin
# Not needed in Fedora. # Not needed in Fedora.
%pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-site-plugin
%pom_remove_plugin :maven-checkstyle-plugin
cp %SOURCE1 . cp %SOURCE1 .
@ -36,6 +36,9 @@ cp %SOURCE1 .
%doc LICENSE-2.0.txt %doc LICENSE-2.0.txt
%changelog %changelog
* Thu Feb 02 2017 Michael Simacek <msimacek@redhat.com> - 40-3
- Remove dependency on site-plugin and checkstyle-plugin
* Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 40-2 * Thu Aug 11 2016 Michael Simacek <msimacek@redhat.com> - 40-2
- Update upstream URLs - Update upstream URLs