作業ログ
mvn archetype:create -DgroupId=hoge -DartifactId=fuga cd fuga mvn eclipse:eclipse mvn test mvn clean hg init hg status hg add hg commit -m "Initial" mvn test hg status notepad .hgignore # (ファイルで「target」を記述して保存。コマンドが使えないおれorz) hg status hg add .hgignore hg commit -m "ignore target" hg status