dev danke
2013-11-25 18:26:56 UTC
SonarQube (formerly known as Sonar) is a project/code reporting tool. It
utilizes tools, such as CheckStyle, PMD, and Clover, and presents their
findings in easy to read graphs and tables.
I've have enjoyed using SonarQube in the past, but it's increasingly
finicky to install and run. Before, it came as a jar you could install in
any servlet container. But the latest version doesn't seem to allow this.
Also, the SonarQube makers warn against running it on the same host as
Jenkins. Unfortunately, this is exactly how I want to run it, in an
existing Tomcat that also runs Jenkins.
This makes me ask, what are the alternatives to SonarQube? I'm mainly
interested in things that would run in a servlet container.
Thanks,
Dan
utilizes tools, such as CheckStyle, PMD, and Clover, and presents their
findings in easy to read graphs and tables.
I've have enjoyed using SonarQube in the past, but it's increasingly
finicky to install and run. Before, it came as a jar you could install in
any servlet container. But the latest version doesn't seem to allow this.
Also, the SonarQube makers warn against running it on the same host as
Jenkins. Unfortunately, this is exactly how I want to run it, in an
existing Tomcat that also runs Jenkins.
This makes me ask, what are the alternatives to SonarQube? I'm mainly
interested in things that would run in a servlet container.
Thanks,
Dan