sonarqube - Maven Sonar Plugin that generates HTML -


possibly ridiculous question. i'm total noob maven , sonar...

i'm using sonar plugin maven. works great. using command "mvn sonar:sonar" connects localhost , can view on port 9000.

what i'm wondering is: possible generate files (eg. html, css, etc) without connecting server @ port 9000?

if so, there command it?

if not :(

no not possible. sonar designed have server database , client pulling configs server , writing results sonar.

if want solution without sonar server need configure maven findbugs plugin, cobertura, pmd , on own , include there output in maven site.

how done findbugs explained here: how generate html report findbugs maven 3.x


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -