Author: jleroux
Date: Thu Nov 2 11:57:57 2017
New Revision: 1814067
URL:
http://svn.apache.org/viewvc?rev=1814067&view=revLog:
Updates the file for the wiki
Modified:
ofbiz/tools/wiki-files/README.md.html
Modified: ofbiz/tools/wiki-files/README.md.html
URL:
http://svn.apache.org/viewvc/ofbiz/tools/wiki-files/README.md.html?rev=1814067&r1=1814066&r2=1814067&view=diff==============================================================================
--- ofbiz/tools/wiki-files/README.md.html (original)
+++ ofbiz/tools/wiki-files/README.md.html Thu Nov 2 11:57:57 2017
@@ -86,6 +86,7 @@ under the License.
<ul>
<li><p>OFBiz <strong>server commands</strong> require <strong>"quoting"</strong> the commands. For example: <code>gradlew "ofbiz --help"</code></p></li>
<li><p>Shortcuts to task names can be used by writing the first letter of every word in a task name. However, you cannot use the shortcut form for OFBiz server tasks. Example: <code>gradlew loadAdminUserLogin -PuserLoginId=myadmin</code> = <code>gradlew lAUL -PuserLoginId=myadmin</code></p></li>
+<li><p>Dependent tasks can be skipped with the -x switch. Example: <code>gradlew build -x test</code> does not run the tests within the build.</p></li>
</ul>
<h4 id="example-standard-tasks">Example standard tasks</h4>
<p><code>gradlew build</code></p>