"-filefilters -*Test.java" kind of works but that would be more useful if there is an option to generate the report for everything under src/main only without including anything under src/test.
e.g. If we have utility classes under src/test that doesn't have the name *Test.java or if we have a class in src/main that is *Test.java
Thanks