maven - Project analysis (Sonar Report )for branches -


i configured our build server using bamboo , sonar. in our case have multiple developer environment , chose not analyse our trunk branch. nightly builds of trunk , branch analysed sonar. , there lies our problem. last build build saved in sonar, plausible sonar point-of-view, ie projects have same name same.

in branch have fixes our major release projects name , code same in branch have bug fixes. love see analysis of branch , trunk separately in sonar dashboard.

the question there way make multiple version of same project in sonar? or there other best practice in situations?

looking forward replies :)

use sonar.branch analysis property distinguish branches head , each other. note there limitations. e.g. issues marked "false positive" in 1 version of project will not show fp's in other versions.

more analysis params in docs


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -