Fridrich Strba 2022-05-24 05:18:49 +00:00 committed by Git OBS Bridge
parent f86b0a78f2
commit 5f5cba0ca2

View File

@ -79,7 +79,8 @@ cp %{SOURCE2} LICENSE.MIT
# don't generate requires on test dependency (see #1007498)
%pom_xpath_remove "pom:dependency[pom:artifactId[text()='plexus-compiler-test']]" plexus-compilers
%pom_change_dep org.codehaus.plexus:plexus-testing :::test plexus-compilers/plexus-compiler-eclipse
# Wrong scope in pom file. This one is needed only for compiling and running tests
%pom_xpath_set "pom:dependency[pom:artifactId[text()='plexus-testing']]/pom:scope" "test" plexus-compilers/plexus-compiler-eclipse
%pom_remove_plugin :maven-site-plugin