your question on excutedProject annotation is documented at
 http://maven.apache.org/maven2/lifecycle.html
 regarding getArtifacts(), i dont see any reason this is not working, post 
your snip code
someone may be able to help. Or better yet, join IRC you can get quicker 
answer while
developing your own plugin.
 -D
 On 9/5/05, Ashley Williams <[EMAIL PROTECTED]> wrote: 
> 
> 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]
> 
>

Reply via email to