1.0rc1から1.0rc2へのアップデイトの方法(Windows版)

MAVEN_HOME を書きけるだけで、リポジトリがそのままだとうまく動かない。

If you are upgrading from a previous version of Maven, you should remove your local plugin directory, specified by MAVEN_HOME_LOCAL. The default location for this is HOME/.maven/plugins

なので以下のようにして変更した。

 %SystemDrive%
 cd %USERPROFILE%
 rename .maven .maven-1.0-rc1
 "%MAVEN_HOME%\bin\install_repo.bat" .maven\repository