Skip to content

Instantly share code, notes, and snippets.

@K0NRAD
Created September 10, 2017 10:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save K0NRAD/22de20b09e0e7ad33c70f263b571d009 to your computer and use it in GitHub Desktop.
Save K0NRAD/22de20b09e0e7ad33c70f263b571d009 to your computer and use it in GitHub Desktop.
delete _remote.repositories from .m2 local maven repository
#!/bin/sh
find ~/.m2 -name _remote.repositories -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment