Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unable to resolve eclipse plugin dependency using Tycho!

You either need to specify a p2 repository type, or configure the project for pomDependencies consider. There's a demo project on the Sonatype GitHub site that shows how to do this - I think itp02. 

Alex

Sent from my iPhone 4S

On 19 Jul 2012, at 07:27, dip v <dipv2902@xxxxxxxxx> wrote:

Hi,


I am using Tycho for building eclipse plugins using maven. it works good when all required eclipse plugins are child modules for a project. But now if I install required plugins in local maven repository then its not able to locate it in maven repository.

Does Tycho resolve dependencies from local maven repository? or am I doing something that is not supported by Tycho?


I added all required eclipse plugins to local maven repository and mentioned its maven coordinates in parent POM. but it ignores <dependencies> section in parent pom. It gives error as: 

Bundle baseImplProject - Missing Constraint: Import-Package: com.sample.dependentProject; version="1.0.0"


How to resolve eclipse plugin dependency using Tycho? 


- Dip

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top