7
0
2022-05-25 14:04:02 +00:00
committed by Git OBS Bridge
parent 468f70dd47
commit f705e813ec
2 changed files with 81 additions and 2 deletions

View File

@@ -79,8 +79,7 @@ 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
# 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_change_dep org.codehaus.plexus:plexus-testing :::test plexus-compilers/plexus-compiler-eclipse
%pom_remove_plugin :maven-site-plugin