Revert "Remove plugins that cause rpmdeplint to fail"
This caused unexpected problems in the Jackson packages
This reverts commit ce8d84d5ac.
This commit is contained in:
parent
ce8d84d5ac
commit
54ff0acd1c
@ -2,7 +2,7 @@
|
||||
|
||||
Name: fasterxml-oss-parent
|
||||
Version: 49
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: FasterXML parent pom
|
||||
License: Apache-2.0
|
||||
|
||||
@ -10,6 +10,7 @@ URL: https://github.com/FasterXML/oss-parent
|
||||
Source0: %{url}/archive/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -38,11 +39,6 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%pom_remove_plugin :jdepend-maven-plugin
|
||||
%pom_remove_plugin :taglist-maven-plugin
|
||||
%pom_xpath_remove "pom:build/pom:extensions"
|
||||
%pom_remove_plugin "org.apache.felix:maven-bundle-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-compiler-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-jar-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-surefire-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user