From 97d10d740e877c43903ec3bc418494fb057ed8fb Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Mon, 28 Nov 2022 15:37:16 +0000 Subject: [PATCH] Remove org.apache.maven.plugins:maven-surefire-plugin plugin Resolves: #2070122 side-tag: c9s-build-side-1372-stack-gate --- fasterxml-oss-parent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fasterxml-oss-parent.spec b/fasterxml-oss-parent.spec index 8fbf474..770e772 100644 --- a/fasterxml-oss-parent.spec +++ b/fasterxml-oss-parent.spec @@ -2,7 +2,7 @@ Name: fasterxml-oss-parent Version: 49 -Release: 5%{?dist} +Release: 6%{?dist} Summary: FasterXML parent pom License: Apache-2.0 @@ -40,6 +40,7 @@ This package contains the parent pom file for FasterXML.com projects. %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" %build %mvn_build