Fridrich Strba 2022-05-12 06:18:30 +00:00 committed by Git OBS Bridge
parent 82918fd81d
commit eca6466b19

View File

@ -384,6 +384,8 @@ for b in org.eclipse.osgi \
org.eclipse.osgi.compatibility.state ; do
osgiJarPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.jar")
osgiPomPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.pom")
%pom_remove_parent $osgiPomPath
%pom_xpath_set "pom:project/pom:groupId" "org.eclipse.tycho" $osgiPomPath
%{mvn_artifact} $osgiPomPath $osgiJarPath
done
%endif