>>>>> "Tom Huybrechts" <[EMAIL PROTECTED]>:

> The maven dependency plugin is your friend:
> http://maven.apache.org/plugins/maven-dependency-plugin/resolve-mojo.html

Hm... interesting.  This URL was more clarifying for me:
        http://maven.apache.org/plugins/maven-dependency-plugin/

> You can also use a different goal of the same plugin to copy them
> directly to the target location.

The things I need to do, are:

 - Pull the eclipse runtime JARs into a directory that can be used as
   the target platform location for eclipse plugin development
   (actually into the "plugins" subdirectory of the directory in the
   preferences dialog, in case anyone are to try it)

 - Everytime I build our own OSGi plugins, copy the ones I use, and
   all of the ones they depend on, into the eclipse plugin target
   location, toghether with the eclipse runtime JARs

It looks like the dependency plugin can do the entire job for me (I
thought I saw something about the eclipse OSGi bundles being put into
the central maven repository somewhere...?), or at least the second
part, ie. keeping the eclipse version of the bundles fresh...?

Is this a correct assumption?

Thanx for the information!


- Steinar


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to