1
0
Fridrich Strba 2022-01-19 23:09:39 +00:00 committed by Git OBS Bridge
parent 13361e3b06
commit f337a6a0c4

View File

@ -81,6 +81,9 @@ Group: Documentation/HTML
%pom_remove_plugin :appassembler-maven-plugin %pom_remove_plugin :appassembler-maven-plugin
%pom_remove_plugin :maven-assembly-plugin %pom_remove_plugin :maven-assembly-plugin
# We don't want classpath in manifest
%pom_xpath_remove pom:plugin/pom:configuration/pom:archive/pom:manifest/pom:addClasspath
# use apache-commons-vfs2 instead of the old apache-commons-vfs # use apache-commons-vfs2 instead of the old apache-commons-vfs
%pom_change_dep :commons-vfs org.apache.commons:commons-vfs2 %pom_change_dep :commons-vfs org.apache.commons:commons-vfs2
perl -pi -e 's#org\.apache\.commons\.vfs\.#org\.apache\.commons\.vfs2\.#g' \ perl -pi -e 's#org\.apache\.commons\.vfs\.#org\.apache\.commons\.vfs2\.#g' \