Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Cxx
-
Labels:None
-
Number of attachments :
Description
support multi-directory source dir from cxx-maven-plugin configuration
As of Sonar 2.9, the <plugin><configuration><sourceDirs><sourceDir>src</sourceDir></sourceDirs></configuration></plugin> no longer works. Instead you must specify your source directory here:
<build><sourceDirectory>src</sourceDirectory></build>
At least with the way the code is right now.