Hello, I am building our product on Jenkins...and this error has appear: [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: xxx.indigo.product 123.12.1 [ERROR] Software being installed: zzzz.standard.product 123.12.1 [ERROR] Only one of the following can be installed at once: [org.eclipse.equinox.http.registry 1.1.0.v20100503, org.eclipse.equinox.http.registry 1.1.1.R36x_v20101103] [ERROR] Cannot satisfy dependency: xxx.indigo.product 123.12.1 depends on: yyyy.helios.feature.feature.group 0.0.0 [ERROR] Cannot satisfy dependency: zzzz.standard.product 123.12.1 depends on: cccc.feature.feature.group 0.0.0 [ERROR] Cannot satisfy dependency: ccccc.feature.feature.group 2012.4.2.23371 depends on: org.eclipse.equinox.http.registry [1.1.1.R36x_v20101103] [ERROR] Cannot satisfy dependency: yyyy.feature.feature.group 1.0.0.23185 depends on: org.eclipse.equinox.http.registry [1.1.0.v20100503]
but in both features the org.eclipse.equinox.http.registry plugin version is set to 0.0.0 . when i look into maven local repository there is defined this in -p2.metada file of the ccccc.feature > <required namespace='org.eclipse.equinox.p2.iu' name='org.eclipse.equinox.http.registry' range='[1.1.1.R36x_v20101103,1.1.1.R36x_v20101103]'/> BUT WHY? I have nowhere defined in whole my product the specific version 1.1.1.R36x_v20101103 or 1.1.0.v20100503! So there are 2 questions: 1] How the maven know that he wants this versions? 2] How to solve this? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
