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 ------------------------------------------------------------------------------ *''System {{{PATH}}}'': if you want Maven commands accessible 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%\bin}}} then click OK. - * '''Test Maven''': by now your Maven should be working. Open a command prompt, if you added ''MAVEN_HOME'' to your user or system {{{PATH}}} variable, you should be able to type {{{maven -v}}} (no quotes) anywhere, if not you should be inside the folder where you installed Maven. You should see something like this after you issue the command: + * '''Test Maven''': by now your Maven should be working. Open a command prompt, if you added {{{MAVEN_HOME}}} to your user or system {{{PATH}}} variable, you should be able to type {{{maven -v}}} on any folder, if not you should be inside the folder where you installed Maven. You should see something like this after you issue the command: {{{ __ __ | \/ |__ _Apache__ ___ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
