I\'ve tried installing Maven to Windows 7 with poor results. Some basic info:
Maven installation directory: C:\\Program Files\\Apache Software Foundation\\ap
All success after next steps.
On http://maven.apache.org/download.cgi page from 4 variants need download binary file.
Set environment variable (tip from @JamesB - https://stackoverflow.com/a/13093358/3941340):
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_35
MAVEN_HOME=D:\software\apache-maven-3.0.4
PATH=%PATH%;%MAVEN_HOME%\bin;%JAVA_HOME%\bin