You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2013/04/15 20:48:12 UTC

svn commit: r1468182 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: bommel
Date: Mon Apr 15 18:48:11 2013
New Revision: 1468182

URL: http://svn.apache.org/r1468182
Log:
moved liberty websphere plugin in own profile

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1468182&r1=1468181&r2=1468182&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Apr 15 18:48:11 2013
@@ -361,7 +361,7 @@ java -jar ~/Downloads/wlp-developers-run
         <ul>
           <li>
             Start the server
-            <source>mvn liberty:start-server</source>
+            <source>mvn -Pliberty liberty:start-server</source>
           </li>
           <li>
             Build an artifact (you need the "provided" property, because JSF and OWB comes from the server)
@@ -369,7 +369,7 @@ java -jar ~/Downloads/wlp-developers-run
           </li>
           <li>
             Deploy an artifact
-            <source>mvn liberty:deploy</source>
+            <source>mvn -Pliberty liberty:deploy</source>
           </li>
           <li>
             You will find the web application under this URL
@@ -380,7 +380,7 @@ java -jar ~/Downloads/wlp-developers-run
           </li>
           <li>
             Stop the server
-            <source>mvn liberty:stop-server</source>
+            <source>mvn -Pliberty liberty:stop-server</source>
           </li>
         </ul>
         <p>