Author: svn-site-role Date: Sat Nov 23 16:31:47 2019 New Revision: 1870247 Log: Site checkin for project Apache Maven Site
Modified: maven/website/content/guides/getting-started/windows-prerequisites.html maven/website/content/maven-site-1.0-site.jar Modified: maven/website/content/guides/getting-started/windows-prerequisites.html ============================================================================== --- maven/website/content/guides/getting-started/windows-prerequisites.html (original) +++ maven/website/content/guides/getting-started/windows-prerequisites.html Sat Nov 23 16:31:47 2019 @@ -125,15 +125,13 @@ <section> <h2><a name="Maven_on_Windows"></a>Maven on Windows</h2> <p>Maven is a command-line tool for building Java (and other) programs. The Maven project provides a simple ZIP 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.</p><section> -<h3><a name="Spaces_in_Pathnames"></a>Spaces in Pathnames</h3> -<p>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.</p></section><section> <h3><a name="Prerequisites"></a>Prerequisites</h3> -<p>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 <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle's download site</a>), and you should install it to a pathname without spaces, such as <code>c:\j2se1.6</code>.</p> +<p>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 <a class="externalLink" href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle's download site</a>).</p> <p>Once Java is installed, you must ensure that the commands from the Java SDK are in your PATH environment variable. Running, for example,</p> <div class="source"><pre class="prettyprint linenums">java -version</pre></div> <p>must show the right version number.</p></section><section> <h3><a name="Maven_Unpacked"></a>Maven Unpacked</h3> -<p>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 <code>${maven.home}</code>.</p></section><section> +<p>You need to unpack the Maven distribution. Don't unpack it in the middle of your source code; pick some location and unpack it there. Let's assume that the path is <code>${maven.home}</code>.</p></section><section> <h3><a name="Maven_in_PATH"></a>Maven in PATH</h3> <p>You run Maven by invoking a command-line tool: <code>mvn.cmd</code> from the <code>bin</code> directory of the Maven. To do this conveniently, <code>${maven.home}\bin</code> must be in your PATH, just like the Java SDK commands. You can add directories to your <code>PATH</code> in the control panel; the details vary by Windows version.</p></section><section> <h3><a name="Firewalls_and_Anti-virus"></a>Firewalls and Anti-virus</h3> Modified: maven/website/content/maven-site-1.0-site.jar ============================================================================== Binary files - no diff available.