You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by 陈思淼 <ch...@gmail.com> on 2008/10/14 10:24:25 UTC

Is there any document about the plugin IOC?

I can use the javadoc annotation to inject lots of useful thing to my own
plugin just like:

> @parameter
> expression="${project.build.directory}/${project.build.finalName}"
>
@parameter expression="${project.build.finalName}"
>

Is there any document I can get all the list of artifact which I can inject
into my plugin?