Dear Wiki user, You have subscribed to a wiki page or wiki category on "Maven Wiki" for change notification.
The following page has been changed by AlexMayorga: http://wiki.apache.org/maven/MavenInWindows ------------------------------------------------------------------------------ * '''Add MAVEN_HOME to PATH Variable'''(Optional): under Windows 2000 and Windows XP, open the Control Panel, and open the System panel. Under the Advanced tab, select the Environment Variables button. It is convenient to add ''MAVEN_HOME'' to the ''PATH'' variable so Maven commands can be accesible system wide. - *''Current User PATH'': If you want Maven commands accesible system wide just for the current user and you already have a ''PATH'' user variable, select it and click Edit, go to the end of the variable value and if there isn't one add a semicolon (;) and after it "%MAVEN_HOME%" (without quotes) then click OK. If there is not a ''PATH'' usre variable create one by clicking the New... button and input PATH as the Variable Name and "%MAVEN_HOME%" (without quotes) as the Variable Value, then click OK. + *''User PATH'': if you want Maven commands accesible system wide just for the current user and you already have a ''PATH'' user variable, select it and click Edit, go to the end of the variable value and if there isn't one add a semicolon (;) and after it "%MAVEN_HOME%" (without quotes) then click OK. If there is not a ''PATH'' usre variable create one by clicking the New... button and input PATH as the Variable Name and "%MAVEN_HOME%" (without quotes) as the Variable Value, then click OK. - *''System PATH'': If you want Maven commands accesible system wide for every user , select ''PATH'' system variable and click Edit, go to the end of the variable value and if there isn't one add a semicolon (;) and after it "%MAVEN_HOME%" (without quotes) then click OK. + *''System PATH'': if you want Maven commands accesible system wide for every user , select ''PATH'' system variable and click Edit, go to the end of the variable value and if there isn't one add a semicolon (;) and after it "%MAVEN_HOME%" (without quotes) then click OK. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
