eclipse plugin - managing target defintion -
i have core plugin has custom core jface , swt implementations. ui plugin depends on core plugin , uses core plugin using target definition via update site. works fine. however, have core ui plugins building in jenkins , ui plugin job has dependency on core plugin job when core rebuild, ui rebuilt well. here thing, if use 0.0.1-snapshot version in core's pom, core's version in target definition defined latest core version. if add core target definition 0.0.1-20130405, build work fine, if rebuild core tomorrow version in target definition not match version core have - 0.0.1-20130405 vs 0.0.1-20130406. have manually re-add software update site core in target definition.
is there way manage target definition updates latest core. perhaps there way of doing need not seeing?
in many cases - including target definition - can specify special version number 0.0.0 mean give me latest version.
Comments
Post a Comment