Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 587 Bytes

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