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
|
org.eclipse.osgi.compatibility.state ; do
|
||||||
osgiJarPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.jar")
|
osgiJarPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.jar")
|
||||||
osgiPomPath=$(find .m2/org/eclipse/tycho/$b/*/ -name "*.pom")
|
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
|
%{mvn_artifact} $osgiPomPath $osgiJarPath
|
||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user