How to use the SonarQube Maven Plugin for continuous inspection

Source – theserverside.com In the previous SonarQube tutorial we demonstrated just how easy it is to configure and install the popular continuous inspection tool. In this tutorial, we demonstrate how easy it is to use the SonarQube Maven Plugin and perform quality analysis routines on existing Java projects. SonarQube Maven example When you first install SonarQube, a window appears to ask if the user’s preferred DevOps build tool is Gradle or Maven. If you choose the SonarQube Maven Plugin, a script is provided for

Read more