You need to use the reports, so declare:

@parameter expression="${reports}"

That will trigger it. But are you sure you relly need access to the reports?
That's generally only for the site plugin.

The aggregator tag causes the mojo not to be run for subprojects, instead it
is run at the root and you have access to ${reactorProjects}

On 10/17/05, David Sag <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> I am writing an M2 plugin for QALab. QALab aggregates the reports from
> other plugins such as checkstyle etc.
>
> In my plugin.xml file there is a tag
> <requiresReports>false</requiresReports> and so I guessed that setting
>
> @requiresReports
>
> at the to of my Mojo would change this flat to true when i regenerate the
> plugin.xml file. but it does not.
>
> also while I am at it, I am curious as to the role of the aggregator tag
>
> Kind regards,
> Dave Sag
>
>
>
>
>

Reply via email to