Posts

Showing posts from June 21, 2012

Integrate Sonar with Hudson

Image
Issue:  How to Integrate SONAR with Hudson? Recently I have just come to know about SONAR. This is code reviewing tool. Currently we are using hudson as CI tool. Now we need to integrate SONAR with hudson. So that whenever someone check-in code, then it will be reviewed by SONAR before making a build.  Note : I will update later about Hudson and SONAR Installation and configuration. For the time being I am just updating about SONAR integration with hudson. If someone already configured Hudson, then it'll be helpful for them. Resolution: Actually this is having some simple steps. Hudson provide a plugin for SONAR and we need maven installed and configured with hudson for this.So below are the steps: Step 1: Download, install and start the Sonar Server.  Download the latest Sonar release from  here . Unzip the distribution to your favorite location. Based on your platform, run the batch file or the shell script from within the bin folder. Open...