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 2021/09/10 17:08:37 UTC

svn commit: r1893233 - in /maven/website/content: maven-site-1.0-site.jar run.html

Author: svn-site-role
Date: Fri Sep 10 17:08:36 2021
New Revision: 1893233

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/maven-site-1.0-site.jar
    maven/website/content/run.html

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

Modified: maven/website/content/run.html
==============================================================================
--- maven/website/content/run.html (original)
+++ maven/website/content/run.html Fri Sep 10 17:08:36 2021
@@ -161,10 +161,10 @@ The syntax for running Maven is as follo
 <p>The typical invocation for building a Maven project uses a Maven life cycle phase. E.g.</p>
 
 <div class="source">
-<div class="source"><pre class="prettyprint linenums">mvn package
+<div class="source"><pre class="prettyprint linenums">mvn verify
 </pre></div></div>
 
-<p>The built-in lifecycles and their phases are in order are:</p>
+<p>The built-in lifecycles and their phases, in order, are:</p>
 <ul>
 
 <li>