Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maven is available from http://maven.apache.org/download.html

  • Version 3.x is preferred required for CloudStack
  • Maven does not have an O/S-specific installer. Thus, the .zip you download does not include an .MSI file
  • Place the unzipped download in the folder you want to run Maven from.
  • Choose folder such that there are no spaces in the path!  E.g. C:\bin\maven

To inform the Cygwin environment of where Maven is, update your Windows environment variables.

  • Define MAVEN_HOME M2_HOME as a Windows System environment variable e.g. C:\cstoolsbin\maven
  • Define M2 as a Windows System environment variable with value %M2_HOME%\bin
  • Add '%M2%' to the Windows System environment variable PATH

...