For statistical reasons, we need to know how often our library (jar) is used. When users download the jar from our website, we have a built-in script that counts the downloads. We have recently also included the jar in the Maven public repository. Is there a way to get statistics on how often the jar is actually downloaded through Maven?
Share
You’re not alone, see
MNG-3615. But as explained in the same issue, this is not part of Maven’s job. In other words, apart from usinggrepandwcon a (possibly) aggregatedaccess.log(yeah, mirrors) of the central repository, I don’t see how you could get a count (and obviously, not anybody can do this).Funnily, Jazon Van Zyl also blogged about this in Nexus: Improving Maven Central and Supporting the Maven Ecosystem a few months ago:
Why not leaving a comment to get some update?