Is there any to get the entire remote repository, say from http://repo1.maven.org/maven2/ , to my local repository (to %USERPROFILE%)?
%USERPROFILE%
"wget -m http://site.to.mirror.com" should do it
-m stands for "mirror".