This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new bdf6cb9 MNGSITE-375 Remove obsolete information about issues with spaces bdf6cb9 is described below commit bdf6cb9e69ab3430cdd0035ec24e16cfc349a3db Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Nov 23 17:28:05 2019 +0100 MNGSITE-375 Remove obsolete information about issues with spaces --- content/apt/guides/getting-started/windows-prerequisites.apt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/apt/guides/getting-started/windows-prerequisites.apt b/content/apt/guides/getting-started/windows-prerequisites.apt index ee4ca31..e99e0d6 100644 --- a/content/apt/guides/getting-started/windows-prerequisites.apt +++ b/content/apt/guides/getting-started/windows-prerequisites.apt @@ -32,15 +32,11 @@ Maven on Windows file containing a precompiled version of Maven for your convenience. There is no installer. It's up to you to set up your prerequisites and environment to run Maven on Windows. -* Spaces in Pathnames - - Maven, like many cross-platform tools, can encounter problems when there are space characters in important pathnames. - The instructions below will remind you of this for several particular items. * Prerequisites Maven is written in Java (and primarily used to build Java programs). Thus, the major prerequisite is the Java SDK. - You need to install the Java SDK (e.g. from {{{http://www.oracle.com/technetwork/java/javase/downloads/index.html}Oracle's download site}}), and you should install it to a pathname without spaces, such as <<<c:\j2se1.6>>>. + You need to install the Java SDK (e.g. from {{{https://www.oracle.com/technetwork/java/javase/downloads/index.html}Oracle's download site}}). Once Java is installed, you must ensure that the commands from the Java SDK are in your PATH environment variable. Running, for example, @@ -54,7 +50,7 @@ java -version * Maven Unpacked You need to unpack the Maven distribution. Don't unpack it in the middle of your source code; pick some location - (with no spaces in the path!) and unpack it there. Let's assume that the path is <<<$\{maven.home\}>>>. + and unpack it there. Let's assume that the path is <<<$\{maven.home\}>>>. * Maven in PATH