Remove useless plugins
This commit is contained in:
parent
17e2ce17e0
commit
d2ccac04c4
@ -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 <msimacek@redhat.com> - 20-2
|
||||
- Remove useless plugins
|
||||
|
||||
* Sat Aug 20 2016 gil cattaneo <puntogil@libero.it> 20-1
|
||||
- update to 20
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user