You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/11/24 12:36:48 UTC

svn commit: r1870288 - in /maven/website/content: guides/getting-started/maven-in-five-minutes.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sun Nov 24 12:36:47 2019
New Revision: 1870288

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/getting-started/maven-in-five-minutes.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/getting-started/maven-in-five-minutes.html
==============================================================================
--- maven/website/content/guides/getting-started/maven-in-five-minutes.html (original)
+++ maven/website/content/guides/getting-started/maven-in-five-minutes.html Sun Nov 24 12:36:47 2019
@@ -141,15 +141,15 @@
 <h3><a name="Prerequisites"></a>Prerequisites</h3>
 <p>You must have an understanding of how to install software on your computer. If you do not know how to do this, please ask someone at your office, school, etc or pay someone to explain this to you. The Maven mailing lists are not the best place to ask for this advice.</p></section><section>
 <h3><a name="Installation"></a>Installation</h3>
-<p><i>Maven is a Java tool, so you must have <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java</a> installed in order to proceed.</i></p>
+<p><i>Maven is a Java tool, so you must have <a class="externalLink" href="https://www.oracle.com/technetwork/java/javase/downloads/index.html">Java</a> installed in order to proceed.</i></p>
 <p>First, <a href="../../download.html">download Maven</a> and follow the <a href="../../install.html">installation instructions</a>. After that, type the following in a terminal or in a command prompt:</p>
 <div class="source"><pre class="prettyprint linenums">mvn --version</pre></div>
 <p>It should print out your installed version of Maven, for example:</p>
-<div class="source"><pre class="prettyprint linenums">Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
-Maven home: D:\apache-maven-3.6.0\bin\..
-Java version: 1.8.0_161, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_161\jre
-Default locale: nl_NL, platform encoding: Cp1252
-OS name: &quot;windows 7&quot;, version: &quot;6.1&quot;, arch: &quot;amd64&quot;, family: &quot;windows&quot;</pre></div>
+<div class="source"><pre class="prettyprint linenums">Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
+Maven home: D:\apache-maven-3.6.3\apache-maven\bin\..
+Java version: 1.8.0_232, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-8.0.232.09-hotspot\jre
+Default locale: en_US, platform encoding: Cp1250
+OS name: &quot;windows 10&quot;, version: &quot;10.0&quot;, arch: &quot;amd64&quot;, family: &quot;windows&quot;</pre></div>
 <p>Depending upon your network setup, you may require extra configuration. Check out the <a href="../mini/guide-configuring-maven.html">Guide to Configuring Maven</a> if necessary.</p>
 <p><b>If you are using Windows, you should look at</b> <a href="./windows-prerequisites.html">Windows Prerequisites</a> <b>to ensure that you are prepared to use Maven on Windows.</b></p></section><section>
 <h3><a name="Creating_a_Project"></a>Creating a Project</h3>
@@ -206,11 +206,10 @@ OS name: &quot;windows 7&quot;, version:
 <p>The command line will print out various actions, and end with the following:</p>
 <div class="source"><pre class="prettyprint linenums"> ...
 [INFO] ------------------------------------------------------------------------
-[INFO] BUILD SUCCESSFUL
+[INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
-[INFO] Total time: 2 seconds
-[INFO] Finished at: Thu Jul 07 21:34:52 CEST 2011
-[INFO] Final Memory: 3M/6M
+[INFO] Total time:  2.953 s
+[INFO] Finished at: 2019-11-24T13:05:10+01:00
 [INFO] ------------------------------------------------------------------------</pre></div>
 <p>Unlike the first command executed (<i>archetype:generate</i>) you may notice the second is simply a single word - <i>package</i>. Rather than a <i>goal</i>, this is a <i>phase</i>. A phase is a step in the <a href="../introduction/introduction-to-the-lifecycle.html">build lifecycle</a>, which is an ordered sequence of phases. When a phase is given, Maven will execute every phase in the sequence up to and including the one defined. For example, if we execute the <i>compile</i> phase, the phases that actually get executed are:</p>
 <ol style="list-style-type: decimal">

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.