From 132fbbb1368545a5bd2f2cf75557fe469f67593b Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Wed, 19 Dec 2012 13:52:14 +0100 Subject: [PATCH] Removed dependency on maven-site-plugin Signed-off-by: Mikolaj Izdebski --- felix-parent.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/felix-parent.spec b/felix-parent.spec index 859cfa0..29b1c26 100644 --- a/felix-parent.spec +++ b/felix-parent.spec @@ -1,6 +1,6 @@ Name: felix-parent Version: 1.2.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Parent POM file for Apache Felix Specs Group: Development/Libraries @@ -29,7 +29,6 @@ BuildRequires: maven-assembly-plugin BuildRequires: maven-source-plugin BuildRequires: maven-deploy-plugin BuildRequires: maven-gpg-plugin -BuildRequires: maven-site-plugin BuildRequires: maven-project-info-reports-plugin BuildRequires: maven-release-plugin BuildRequires: maven-surefire-plugin @@ -50,7 +49,6 @@ Requires: maven-assembly-plugin Requires: maven-source-plugin Requires: maven-deploy-plugin Requires: maven-gpg-plugin -Requires: maven-site-plugin Requires: maven-project-info-reports-plugin Requires: maven-release-plugin Requires: maven-surefire-plugin @@ -70,6 +68,8 @@ Parent POM file for Apache Felix Specs. %setup -q %patch0 -p0 -b .sav +%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin + %build mvn-rpmbuild \ -Dmaven2.jpp.depmap.file=%{SOURCE1} \ @@ -101,6 +101,9 @@ install -pD -T -m 644 pom.xml \ %changelog +* Tue Dec 18 2012 Michal Srb - 1.2.1-9 +- Removed dependency on maven-site-plugin + * Thu Jul 19 2012 Fedora Release Engineering - 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild