We want to remove all system.out.println from the project.
How to configure the pom or what are the dependencies which are required for the same.
Thanks, Anil
|
We want to remove all system.out.println from the project. How to configure the pom or what are the dependencies which are required for the same. Thanks, Anil |
|||
|
|
I haven't done this personally but take a look at FindBugs. The Maven plugin can be found here. You could write your own custom detector that searches for |
|||
|
|