Disable maven-plugin-cobertura
This commit is contained in:
parent
0385bae4f6
commit
345a7145e8
@ -1,6 +1,6 @@
|
||||
Name: mojo-parent
|
||||
Version: 30
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Codehaus MOJO parent project pom file
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -13,7 +13,6 @@ BuildRequires: jpackage-utils
|
||||
BuildRequires: codehaus-parent
|
||||
BuildRequires: maven
|
||||
BuildRequires: maven-enforcer-plugin
|
||||
BuildRequires: maven-plugin-cobertura
|
||||
|
||||
Requires: plexus-containers-component-javadoc
|
||||
Requires: maven-plugin-plugin
|
||||
@ -26,6 +25,8 @@ Codehaus MOJO parent project pom file
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Cobertura plugin is executed only during clean Maven phase.
|
||||
%pom_remove_plugin :cobertura-maven-plugin
|
||||
|
||||
%build
|
||||
mvn-rpmbuild install
|
||||
@ -43,6 +44,9 @@ install -pm 644 pom.xml \
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 4 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-3
|
||||
- Disable maven-plugin-cobertura
|
||||
|
||||
* Tue Nov 27 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 30-2
|
||||
- Install additional depmap
|
||||
- Resolves: rhbz#880619
|
||||
|
Loading…
Reference in New Issue
Block a user