Tycho cannot resolve dependency to bundle although present in the target file

前端 未结 3 1796
情话喂你
情话喂你 2021-01-22 16:34

I set up a Tycho build for multiple plug-ins, a feature, a site and a target defined within the pom.xmls.

I can run my application from within the Eclipse I

3条回答
  •  醉梦人生
    2021-01-22 16:42

    Also a possibility is like :

    1. You have created your target platform.
    2. Publish it to your local maven p2 repo.
    3. Added ca.odell.glazedlists to target platform (But forgot to publish target platform again).
    4. Now from within Eclipse, your bundle is currently inside the acquired target platform. However, from outside Eclipse, the mvn clean package command is still referring to the old target definition published in the beginning.
    5. So, try publishing the target platform again and then mvn clean package.

提交回复
热议问题