/Sonar

Primary LanguageJava

Sonar

Integrate Sonar server with Java Maven App

-> Clone git repository

-> Configure Sonar Properties under tag in "pom.xml"

http://15.207.221.244:9000/ admin admin

-> Go to project pom.xml file location and execute below goal

		$ mvn sonar:sonar

-> After build success, goto sonar dashboard and verify the results

Note: Instead of username and pwd we can configure sonar token in pom.xml