From e3a2969b27ab57853f0e580ad2de57b52e025a01 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 2 Feb 2017 13:25:25 +0100 Subject: [PATCH] Remove site-plugin from build --- fasterxml-oss-parent.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index cb05275..122b1aa 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -1,7 +1,7 @@ %global oname oss-parent Name: fasterxml-oss-parent Version: 26 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FasterXML parent pom # pom file licenses ASL 2.0 and LGPL 2.1 License: ASL 2.0 and LGPLv2+ @@ -10,8 +10,6 @@ Source0: https://github.com/FasterXML/oss-parent/archive/oss-parent-%{vers BuildRequires: maven-local BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -#BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-site-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildArch: noarch @@ -45,6 +43,7 @@ This package contains the parent pom file for FasterXML.com projects. ' %pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin :maven-site-plugin %build %mvn_build -j @@ -57,6 +56,9 @@ This package contains the parent pom file for FasterXML.com projects. %license LICENSE NOTICE %changelog +* Thu Feb 02 2017 Michael Simacek - 26-2 +- Remove site-plugin from build + * Mon Aug 22 2016 gil cattaneo 26-1 - update to 26