How can i run sonarsource report plugin through maven command for generating sonar analysis reports?
I know the way to do it through sonar-runner, but can we do it directly through mvn command ?
How can i run sonarsource report plugin through maven command for generating sonar analysis reports?
I know the way to do it through sonar-runner, but can we do it directly through mvn command ?
Copyright © 2021 Jogjafile Inc.
If you have configured all the properties of your sonar analysis in pom.xml, then you just need to run
The Maven configuration may be helpful for this.