Removed maven clean plugin. Missing on epel9

This commit is contained in:
Jiri 2023-07-12 10:39:58 +02:00
commit 317f241d33

View file

@ -38,7 +38,7 @@ BuildRequires: maven-surefire-provider-junit
#BuildRequires: maven-surefire-provider-junit5
BuildRequires: maven-surefire
BuildRequires: maven-surefire-plugin
BuildRequires: maven-clean-plugin
#BuildRequires: maven-clean-plugin
BuildRequires: java-11-devel
BuildRequires: google-gson
BuildRequires: desktop-file-utils
@ -133,6 +133,7 @@ popd
%pom_remove_plugin :spotbugs-maven-plugin
%pom_remove_plugin :maven-checkstyle-plugin
%pom_remove_plugin :formatter-maven-plugin
%pom_remove_plugin :clean-maven-plugin
%pom_remove_dep :spotbugs-annotations
a=`find | grep ".*\.java$"`
for x in $a ; do