2024-05-16 06:57:35 +00:00
committed by Git OBS Bridge
parent 7133869e1b
commit ffa98c24c7

View File

@@ -59,6 +59,9 @@ This package contains the API Documentation for %{name}.
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-surefire-plugin
%pom_xpath_inject "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-plugin-plugin']/pom:configuration" "
<goalPrefix>jcp</goalPrefix>"
# remove any binary libs
find -name "*.jar" -or -name "*.class" | xargs rm -f