It should be maven-clover-plugin rather than maven-clover-report-plugin,
you'll find some of the others are probably wrong too.
Take a look in ~/.maven/plugins for a better idea of the plugin names.
Nelson, Scott (MAN - Corporate) wrote:
>Hi all,
>
>I am trying to run reports on a project.
>I have listed the reports I wish to run in my project.xml as:
>.....
> <reports>
> <report>maven-javadoc-plugin</report>
> <report>maven-jdepend-plugin</report>
> <report>maven-junit-report-plugin</report>
> <report>maven-clover-report-plugin</report>
> <report>maven-checkstyle-report-plugin</report>
> <report>maven-tasklist-report</report>
> </reports>
>.....
>
>I have maven installed but when I run the site:generate goal I get the
>following error message.
>
>BUILD FAILED
>File...... file:/C:/devtools/maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
>Element... attainGoal
>Line...... 558
>Column.... 48
>No goal [maven-clover-report-plugin:register]
>Total time: 4 seconds
>
>I have installed clover and I can run the clover goal directly to generate
>the clover report, but I want to run it as part of my reports section.
>
>What am I missing here? Thanks in advance if anyone can help me out.
>
>-Scott
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|