Remove dependency on site-plugin and checkstyle-plugin
This commit is contained in:
parent
678403ce6b
commit
08e92de700
@ -1,6 +1,6 @@
|
||||
Name: mojo-parent
|
||||
Version: 40
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Codehaus MOJO parent project pom file
|
||||
|
||||
License: ASL 2.0
|
||||
@ -10,8 +10,6 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin)
|
||||
|
||||
%description
|
||||
Codehaus MOJO parent project pom file
|
||||
@ -22,6 +20,8 @@ Codehaus MOJO parent project pom file
|
||||
%pom_remove_plugin :cobertura-maven-plugin
|
||||
# Not needed in Fedora.
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
%pom_remove_plugin :maven-checkstyle-plugin
|
||||
|
||||
cp %SOURCE1 .
|
||||
|
||||
@ -36,6 +36,9 @@ cp %SOURCE1 .
|
||||
%doc LICENSE-2.0.txt
|
||||
|
||||
%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
|
||||
- Update upstream URLs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user