This commit is contained in:
parent
82918fd81d
commit
eca6466b19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user