Purging away unnecessary local maven repository jars
As someone who works with a lot of Java (or other JVM related) projects at work, I often notice my $HOME/.m2 local maven cache grows quite big over time. This is due to a natural result of a lot of mvn install
and other equivalent commands, that build and install the project and recursive dependency jars locally.