Hi,
I'm trying to write a plugin and I'd appreciate a few pointers.
Firstly can anyone explain the difference between the two annotations
called project and executedProject?
The plugin I'm writing does some similar tricks to the Eclipse
plugin. With that in mind I need to find the list of dependency jars
so I though I'd use @project.getArtifacts().getFile() to do it, but
it turns out there are no artifacts. But this is what Eclipse does
and it manages to at least find the junit jar. The eclipse project
sometimes uses project and at other times uses executedproject.
Thanks for any ideas
AW
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]