You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2013/08/02 14:52:04 UTC

svn commit: r872448 - in /websites/staging/maven/trunk/content: ./ guides/getting-started/maven-in-five-minutes.html maven-site-1.0-site.jar

Author: buildbot
Date: Fri Aug  2 12:52:04 2013
New Revision: 872448

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  2 12:52:04 2013
@@ -1 +1 @@
-1509650
+1509673

Modified: websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html (original)
+++ websites/staging/maven/trunk/content/guides/getting-started/maven-in-five-minutes.html Fri Aug  2 12:52:04 2013
@@ -377,7 +377,7 @@ OS name: "windows 7", version:
 <li><b>clean</b>: cleans up artifacts created by prior builds</li></ul>
 <ul>
 <li><b>site</b>: generates site documentation for this project</li></ul>
-<p>Phases are actually mapped to underlying goals. The specific goals executed per phase is dependant upon the packaging type of the project. For example, <i>package</i> executes <i>jar:jar</i> if the project type is a JAR, and <i>war:war</i> is the project type is - you guessed it - a WAR.</p>
+<p>Phases are actually mapped to underlying goals. The specific goals executed per phase is dependant upon the packaging type of the project. For example, <i>package</i> executes <i>jar:jar</i> if the project type is a JAR, and <i>war:war</i> if the project type is - you guessed it - a WAR.</p>
 <p>An interesting thing to note is that phases and goals may be executed in sequence.</p>
 <div class="source">
 <pre>mvn clean dependency:copy-dependencies package</pre></div>
@@ -389,7 +389,7 @@ OS name: &quot;windows 7&quot;, version:
 <p>This phase generates a site based upon information on the project's pom. You can look at the documentation generated under <tt>target/site</tt>.</p></div></div>
 <div class="section">
 <h3>Conclusion<a name="Conclusion"></a></h3>
-<p>We hope this quick overview has piqued your interest in the versitility of Maven. Note that this is a very truncated quick-start guide. Now you are ready for more comprehensive details concerning the actions you have just performed. Check out the <a href="./index.html">Maven Getting Started Guide</a>.</p></div></div>
+<p>We hope this quick overview has piqued your interest in the versatility of Maven. Note that this is a very truncated quick-start guide. Now you are ready for more comprehensive details concerning the actions you have just performed. Check out the <a href="./index.html">Maven Getting Started Guide</a>.</p></div></div>
       </div>
     </div>
     <div class="clear">

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