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

前端 未结 3 1836
情话喂你
情话喂你 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 17:02

    in the tycho configuration, if you are configuring this way:

    
                org.eclipse.tycho
                target-platform-configuration
                
                    consider
                
            
    

    it will resolve dependencies from the dependencies configured in your pom. Otherwise, it will resolved dependencies from the entries in your MANIFEST file

提交回复
热议问题