You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/12/16 09:17:45 UTC

svn commit: r890516 [3/3] - in /websites/staging/marmotta/trunk/content: ./ apidocs/packages dependencies.html installation.html

Modified: websites/staging/marmotta/trunk/content/installation.html
==============================================================================
--- websites/staging/marmotta/trunk/content/installation.html (original)
+++ websites/staging/marmotta/trunk/content/installation.html Mon Dec 16 08:17:44 2013
@@ -512,12 +512,12 @@ mvn tomcat7:run
 <div class="source">
 <pre>mvn tomcat7:run -Dmarmotta.home=/path/to/marmotta/home
 </pre></div>
-<p>If you want to build a WAR for deploying to any other container, just execute:</p>
+<p>If you want to build a WAR for deploying Marmotta to any other container, you would just need to execute:</p>
 
 <div class="source">
 <pre>mvn package
 </pre></div>
-<p>and you will fint it a <tt>target/marmotta.war</tt></p></div>
+<p>and then you will find it at <tt>target/marmotta.war</tt>.</p></div>
                   </div>
           </div>