Copying the dependencies to the root file is what has worked till now. But
the ultimate packaged plug in looks a little messy. So I was just trying to
do accomplish the copying of dependency to the lib folder as an
improvisation.

Thanks and Regards,
Amit

On Fri, Feb 22, 2008 at 2:26 PM, Graham Leggett <[EMAIL PROTECTED]> wrote:

> amit kumar wrote:
>
> > With the help of people here especially Graham, I am able to build the
> plug
> > in successfully using pde-maven-plugin. The only thing left now is that
> I
> > want to package the lib folder along with the plugin, which I can do by
> > using copy-dependency but I am not able the lib entries to Manifest file
> > thus leaving the plug in handicapped at run time. The manifest entries
> tell
> > plug in to expect the dependencies in the root folder of plugin, while I
> > want to package it in lib folder(the tidier option).
>
> Tell the dependency plugin to copy the dependencies into the root
> folder, not the lib folder.
>
> Full instructions on how to do that are here:
>
> http://maven.apache.org/plugins/maven-eclipse-plugin/pde.html
>
> Regards,
> Graham
> --
>

Reply via email to