Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [Maven & Eclipse]

On 01/12/2016 03:07 PM, Christelle BURGUERA wrote:
Hi Nick, Hi All,

I download your source and I was inspired by what you did :
- root pom.xml that  references 3 modules (to build a plugin, a feature and a product) :
- pom.xml that references the module plugin/pom.xml  (eclipse-plugin) a plugin where is the branding 
- pom.xml that references the module feature/pom.xml (eclipse-feature) a feature that include the plugin below (Plug-ins and Fragments)
- pom.xml (eclipse-repository), where is the .product

I've an error with the maven install :
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: pouet.product.product 1.6.0.qualifier
[ERROR]   Missing requirement: pouet.product 1.6.0.qualifier requires 'bundle org.eclipse.ui 3.106.1' but it could not be found

Could it be the version of the bundle that's too restrictive in pouet.product compared to what's available in your TP? Try 0.0.0.
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top