Restore maven-bundle-plugin
This was removed as a dep in fasterxml-oss-parent, but required here
This commit is contained in:
parent
394b4b03a4
commit
1d697032eb
@ -33,6 +33,11 @@ This package contains API documentation for %{name}.
|
||||
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
|
||||
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
|
||||
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "<extensions>true</extensions>"
|
||||
%pom_xpath_set "//pom:javac.src.version" "11"
|
||||
%pom_xpath_set "//pom:javac.target.version" "11"
|
||||
%pom_xpath_set "//pom:maven.compiler.source" "11"
|
||||
%pom_xpath_set "//pom:maven.compiler.target" "11"
|
||||
|
||||
sed -i 's/\r//' LICENSE
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user