Details
-
Type:
Wish
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: C/C++
-
Labels:None
Description
Hi team
I am using "sonar-cxx-plugin-0.0.4-SNAPSHOT.jar" downloaded from url: http://code.google.com/p/extdevelenv/source/browse/trunk/develenv/sonar/src/site/resources/plugins/?r=266
I copied this jar to sonar/extensions/plugin
I executed C++ on jenkins. Artifacts are generated sucessfully. but on the Sonar, score card is not generated.
In the parent pom file, I used below lines:
<properties>
<sonar.language>c++</sonar.language>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<properties>
Let me know what else needs to be done from myside to execute the build sucessfully.
Regards
Sirisha