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

svn commit: r1551127 - /marmotta/site/trunk/content/markdown/installation.md.vm

Author: wikier
Date: Mon Dec 16 08:00:34 2013
New Revision: 1551127

URL: http://svn.apache.org/r1551127
Log:
added war building details 

Modified:
    marmotta/site/trunk/content/markdown/installation.md.vm

Modified: marmotta/site/trunk/content/markdown/installation.md.vm
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/installation.md.vm?rev=1551127&r1=1551126&r2=1551127&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/installation.md.vm (original)
+++ marmotta/site/trunk/content/markdown/installation.md.vm Mon Dec 16 08:00:34 2013
@@ -162,3 +162,10 @@ system; which you may want to customized
 
     mvn tomcat7:run -Dmarmotta.home=/path/to/marmotta/home
 
+If you want to build a WAR for deploying to any other container, just execute:
+
+    mvn package
+
+and you will fint it a `target/marmotta.war`
+
+