Remove maven-enforcer-plugin from POM
This commit is contained in:
parent
7775be10d6
commit
c6a217c59c
@ -1,6 +1,6 @@
|
|||||||
Name: mojo-parent
|
Name: mojo-parent
|
||||||
Version: 37
|
Version: 37
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Codehaus MOJO parent project pom file
|
Summary: Codehaus MOJO parent project pom file
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -11,7 +11,6 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: codehaus-parent
|
BuildRequires: codehaus-parent
|
||||||
BuildRequires: maven-enforcer-plugin
|
|
||||||
BuildRequires: maven-site-plugin
|
BuildRequires: maven-site-plugin
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -21,6 +20,8 @@ Codehaus MOJO parent project pom file
|
|||||||
%setup -q
|
%setup -q
|
||||||
# Cobertura plugin is executed only during clean Maven phase.
|
# Cobertura plugin is executed only during clean Maven phase.
|
||||||
%pom_remove_plugin :cobertura-maven-plugin
|
%pom_remove_plugin :cobertura-maven-plugin
|
||||||
|
# Not needed in Fedora.
|
||||||
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
|
|
||||||
cp %SOURCE1 .
|
cp %SOURCE1 .
|
||||||
|
|
||||||
@ -35,6 +36,9 @@ cp %SOURCE1 .
|
|||||||
%doc LICENSE-2.0.txt
|
%doc LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 7 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-2
|
||||||
|
- Remove maven-enforcer-plugin from POM
|
||||||
|
|
||||||
* Wed Aug 5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
* Wed Aug 5 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
||||||
- Update to upstream version 37
|
- Update to upstream version 37
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user