M2_HOME is not used in the way described in README.txt and as such bootstrap build fails ----------------------------------------------------------------------------------------
Key: MNG-1667 URL: http://jira.codehaus.org/browse/MNG-1667 Project: Maven 2 Type: Bug Components: bootstrap Environment: Win32 (XP SP2) Reporter: John Allen >From README.txt Set the environment variable M2_HOME pointing to the dir where you want Maven2 installed. NOTE: presently, the directory {M2_HOME}/bin must be in your path: set PATH=%PATH%;%M2_HOME%\bin or export PATH=$PATH:$M2_HOME/bin MVN SNAPSHOT is actually installed into %M2_HOME$/../maven-2.0.1-SNAPSHOT and this is not the location on the PATH so integration tests fail. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]