Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] How to consume an Orbit bundle in Maven

I assume you mean you mean it is already in an I-build repository, and you just want to use from there?

The answer depends a lot on what build system you use. In general:
If you use Tycho/Maven, all you need to know is the Orbit repository it is in, and the rest is like any other Tycho/Maven build where you get the dependency from a p2 repository.

You say you use a "maven based build" and if you mean "pure maven", then, as far as I know it is not possible, since we do not produce maven artifacts (or repos) from our CVS based build.

If none of that information helps, you might try asking a more specific question?

Good luck,





From:        Christian Krause <henshin.ck@xxxxxxxxx>
To:        Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date:        11/22/2015 08:27 AM
Subject:        [orbit-dev] How to consume an Orbit bundle in Maven
Sent by:        orbit-dev-bounces@xxxxxxxxxxx




Hi,
sorry for this beginner question. I have successfully pushed a new plugin to the Orbit CVS. Now I would like to consume it in a Maven-based build and obviously also reference it in a feature. Could someone please point me to some relvant documentation?

Cheers,
Christian_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top