Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.8
-
Component/s: Maven Plugin
-
Labels:None
-
Environment:Maven 2.0.9, Sonar 1.3
Description
Email from Guillaume Boucherie on the mailing-list :
Recently I create my own maven2 packaging type.
But now I can't launch sonar goal because it fails.
I attach the log of my build to this mail.
Issue Links
- depends upon
-
SONAR-222
StackOverflowError exception when extensions are defined in the pom
-
Had the same problem, with Sonar 1.3 & Maven 2.0.8. The problem comes from the SonarMavenEmbedder that doesn't load the plugin extensions.
Here is a patch against Sonar 1.3 that does load the ArtifactHandlers defined as plugin extensions, as Maven does in the DefaultLifecycleExecutor.findExtensions() method.