Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Consuming tycho results in non-tycho builds - reloaded

> Can you show the ouput as I can't find the first artifact on Maven central.

No, the first artifact is not on Maven central, this one is from our local repo.
It was pulled in by tycho (from original Eclipse p2 repo) + b3.

Tycho would have called it
    p2.osgi.bundle:org.eclipse.emf.ecore:2.9.1.v20130827-0309
but we need to use real groupIds, so we let b3 remap it to
    org.eclipse.emf:org.eclipse.emf.ecore:2.9.1.v20130827-0309
(i.e., b3 only changes the groupId).

The error output is pretty unexciting I'd say, in this particular case
it was triggered by a call to the fornax plugin

[ERROR] Failed to execute goal org.fornax.toolsupport:fornax-oaw-m2-plugin:3.4.0:run-workflow (domain-objects) on project cpd-ui: Execution domain-objects of goal org.fornax.toolsupport:fornax-oaw-m2-plugin:3.4.0:run-workflow failed: Plugin org.fornax.toolsupport:fornax-oaw-m2-plugin:3.4.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.eclipse.emf:org.eclipse.emf.ecore:jar:2.9.1.v20130827-0309, 

My report wasn't precise in this respect: the failure does not relate
to embedding emf into the application but to using a maven plugin
that needs emf during generate-sources. But I think I've seen the
other variant, too.

thanks,
Stephan






Back to the top