Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.10.1
-
Fix Version/s: None
-
Component/s: Maven Plugin
-
Labels:None
-
Number of attachments :
Description
I'm creating this issue according to the post on nabble :
I was trying to setup sonar on some modules of an application. It works fine for every modules without submodules but I can't make it work for every modules with submodules.
I attached a file produced by the following command :
mvn site sonar:sonar -Dmaven.test.failure.ignore=true -Pcis,cloverCIS,checkstyle,sonar -Dsonar.dynamicAnalysis=reuseReports -DAll -e
Issue Links
- duplicates
-
SONAR-1118
Unable to do sonar:sonar in multi module project
-
-
SONARPLUGINS-230
Invalid byte 2 of 3-byte UTF-8 sequence
-
- relates to
-
SONAR-1159
Unable to remove a project
-
I noticed that the build failed when trying to execute sonar:sonar on the parent pom. The parent pom is not a jar, so maybe the pmd and some other plugins shouldn't by applied on such a project ?