Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Newbie question for Tycho/building eclipse plugins

If all your dependencies are coming from Maven repositories,
maven-bundle-plugin [1] may be a better tool to develop OSGi bundles
with Maven. <Embed-Dependency>, in particular, is quite powerful when
you need to "wrap" existing jars in bundles.

[1] http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

--
Regards,
Igor

On 12-01-04 9:11 AM, Roger Studner wrote:
A canonical question that I can't find a solid answer too.

I'm moving from ant/ivy over to maven/tycho.. so, how this worked, is
i'd have ivy download a pile of jars into a lib folder, and have the
MANIFEST just point at them.  Simple stuff.

Is there a way, in tycho, to specify a dependency that would be in my
maven repo (like say, Apache commons) and download it to "lib"
*prior* to then having the rest of everything run/get built.

I get a bit confused on that whole "everything must be an osgi
bundle" versus the fact that I Just want my plugin to have a
dependency on some maven repo jar's etc.

Just can't seem to sort out the right path to resolution for these
types of things

Best, Roger

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


Back to the top