I'm trying to identify software that will allow me to easily proxy & cache Maven and Ivy repositories. The main aims are:
- prevent access to unexpected 3rd-party repositories by build scripts
- audit which versions of libs are used
- speed up builds by reducing external internet traffic across our team
- reduce external bandwidth usage
The candidates I have found are:
Are there any I have missed?