From d2ccac04c43ba0f70bcbc08e273bb0cfb303a460 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 6 Feb 2017 13:30:04 +0100 Subject: [PATCH] Remove useless plugins --- jboss-parent.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/jboss-parent.spec b/jboss-parent.spec index 79a87cf..44e79d3 100644 --- a/jboss-parent.spec +++ b/jboss-parent.spec @@ -1,6 +1,6 @@ Name: jboss-parent Version: 20 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JBoss Parent POM License: CC0 URL: http://www.jboss.org/ @@ -10,9 +10,7 @@ Source0: https://github.com/jboss/jboss-parent-pom/archive/%{name}-%{vers Source1: http://repository.jboss.org/licenses/cc0-1.0.txt BuildRequires: maven-local -BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin) %description The Project Object Model files for JBoss packages. @@ -29,6 +27,9 @@ The Project Object Model files for JBoss packages. %pom_remove_plugin :license-maven-plugin %pom_remove_plugin :sonar-maven-plugin +%pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin :buildnumber-maven-plugin + cp -p %SOURCE1 LICENSE sed -i 's/\r//' LICENSE @@ -43,6 +44,9 @@ sed -i 's/\r//' LICENSE %license LICENSE %changelog +* Mon Feb 06 2017 Michael Simacek - 20-2 +- Remove useless plugins + * Sat Aug 20 2016 gil cattaneo 20-1 - update to 20