Reputation: 737
We have a sonar server set up with lots of projects and a few different quality profiles. We just discovered the sonar-eclipse plugin and we're loving it -- except, it doesn't seem to be using the quality profile for our project -- it's using "Sonar way" -- when we do local analysis.
13:32:00.899 INFO - Quality profile : [name=Sonar way,language=java]
The sonar server is version 3.5, sonar-eclipse is 3.1.1.20130521-1304-RELEASE. Eclipse platform is 3.7.2.v20120207-1839.
Any ideas what might be up with this?
Upvotes: 0
Views: 1066
Reputation: 2850
Indeed, this is unhappily a known issue when using Sonar Eclipse in local mode on Maven module : http://jira.codehaus.org/browse/SONARIDE-366.
Upvotes: 3