Static code analysis is the method
of analyzing the code without actually executing it.
To configure Maven FindBug plugin
inside our project, we need to put the below plugin into reporting section of
our POM.xml file.
And also we need to add below
dependency under the build section in our pom.xml file.