Removed maven clean plugin. Missing on epel9
This commit is contained in:
parent
23895a58df
commit
317f241d33
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue