Sonar and Eclipse IAM Plugin
Posted
by Hans Klock
on Stack Overflow
See other posts from Stack Overflow
or by Hans Klock
Published on 2010-04-08T21:27:36Z
Indexed on
2010/04/08
21:33 UTC
Read the original article
Hit count: 436
When I am using the IAM Eclipse Plugin for Maven I get an error while executing the sonar:sonar
goal in
clean install sonar:sonar
The error in eclipse is
23:02:55 MESZ Starting Starting mojoExecution sonar-core:internal
23:03:44 MESZ fatal org.sonar.maven2.BatchMojo#execute() caused a linkage error (java.lang.NoSuchMethodError). Check the realms:
...
java.lang.NoSuchMethodError:
org.apache.maven.execution.ReactorManager.<init>(Ljava/util/List;)V
Any idea how to fix it?
© Stack Overflow or respective owner