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?
