You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mike Perham <Mi...@webifysolutions.com> on 2006/03/28 00:08:22 UTC

Clover plugin doesn't compile

Anyone else able to compile the Clover plugin?  It seems to have two
mojos (build and report?) that map to the same goal name.

[INFO] Error extracting plugin descriptor: 'Goal: clover already exists
in the plugin descriptor for prefix: clover
Existing implementation is:
org.apache.maven.plugin.clover.CloverCloverMojo
Conflicting implementation is:
org.apache.maven.plugin.clover.CloverReportMojo'

More detail:

[INFO] Extractor for language: java found 5 mojo descriptors.
[DEBUG] Adding mojo: org.apache.maven.plugin.descriptor.MojoDescriptor
[role: 'org.apache.maven.plugin.Mojo', hint:
'org.apache.maven.plugins:maven-clover-plugin:2.1-SNAPSHOT:check'] to
plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.plugin.descriptor.MojoDescriptor
[role: 'org.apache.maven.plugin.Mojo', hint:
'org.apache.maven.plugins:maven-clover-plugin:2.1-SNAPSHOT:clover'] to
plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.plugin.descriptor.MojoDescriptor
[role: 'org.apache.maven.plugin.Mojo', hint:
'org.apache.maven.plugins:maven-clover-plugin:2.1-SNAPSHOT:instrument']
to plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.plugin.descriptor.MojoDescriptor
[role: 'org.apache.maven.plugin.Mojo', hint:
'org.apache.maven.plugins:maven-clover-plugin:2.1-SNAPSHOT:log'] to
plugin descriptor.
[DEBUG] Adding mojo: org.apache.maven.plugin.descriptor.MojoDescriptor
[role: 'org.apache.maven.plugin.Mojo', hint:
'org.apache.maven.plugins:maven-clover-plugin:2.1-SNAPSHOT:clover'] to
plugin descriptor.
[INFO]
------------------------------------------------------------------------
----
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
----
[INFO] Error extracting plugin descriptor: 'Goal: clover already exists
in the plugin descriptor for prefix: clover
Existing implementation is:
org.apache.maven.plugin.clover.CloverCloverMojo
Conflicting implementation is:
org.apache.maven.plugin.clover.CloverReportMojo'

[INFO]
------------------------------------------------------------------------
----
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error extracting
plugin descriptor: 'Goal: clover already exists in the plugin descriptor
for prefix: clover
Existing implementation is:
org.apache.maven.plugin.clover.CloverCloverMojo
Conflicting implementation is:
org.apache.maven.plugin.clover.CloverReportMojo'
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default
LifecycleExecutor.java:556)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifec
ycle(DefaultLifecycleExecutor.java:472)
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultL
ifecycleExecutor.java:451)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Clover plugin doesn't compile

Posted by Brett Porter <br...@apache.org>.
It's working for me...

Mike Perham wrote:
> Anyone else able to compile the Clover plugin?  It seems to have two
> mojos (build and report?) that map to the same goal name.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org