When grails stats is executed it gives statistics of sources as per grails default convention. How can I customize stats to add some of my custom classes under src directory.
Solution
grails create-script mystats, this will create file mystats.groovy under src/main/scripts folder