I replace the old git repo with the new gihub repo. Also add the skipTests in the imnstructions and do some other cosmetic changes.
diff --git a/content/en_admin.php b/content/en_admin.php index 51c4bef..d7186ce 100644 --- a/content/en_admin.php +++ b/content/en_admin.php
@@ -53,14 +53,14 @@ <caption class="title">Table 1. CI/CD patterns</caption> <colgroup> <col style="width: 10%;"> - <col style="width: 15%;"> <col style="width: 20%;"> - <col style="width: 55%;"> + <col style="width: 20%;"> + <col style="width: 50%;"> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Parameter</th> - <th class="tableblock halign-left valign-top">Required/Optional</th> + <th class="tableblock halign-left valign-top">Mandatory/Optional</th> <th class="tableblock halign-left valign-top">Example</th> <th class="tableblock halign-left valign-top">Description</th> </tr> @@ -80,9 +80,9 @@ </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>subDir</code></p></td> - <td class="tableblock halign-left valign-top"><p class="tableblock"><code>O</code> - the default is "", i.e. the root folder</p></td> + <td class="tableblock halign-left valign-top"><p class="tableblock"><code>O</code> - the default is the root folder</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">demos/jemo-trader-app</p></td> - <td class="tableblock halign-left valign-top"><p class="tableblock">The sub directory with the repository where the code is located</p></td> + <td class="tableblock halign-left valign-top"><p class="tableblock">The sub directory within the repository where the code is located</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><code>pluginId</code></p></td>
diff --git a/content/en_docs.php b/content/en_docs.php index 20a2743..bbc1a9f 100644 --- a/content/en_docs.php +++ b/content/en_docs.php
@@ -361,7 +361,7 @@ The demo app consists of traders and stocks. Each trader has an account balance, a set of stocks he owns and can set target values - for buying or selling stocks. The source code can be found on the <a href="https://git.eclipse.org/c/jemo/jemo.git" target="_blank">jemo repository</a> under the <demo>demos/jemo-trader-app</demo> directory.</p> + for buying or selling stocks. The source code can be found on the <a href="https://github.com/eclipse/jemo.git" target="_blank">jemo repository</a> under the <demo>demos/jemo-trader-app</demo> directory.</p> <h4 id="jemo-module-lifecycle"><a class="anchor" href="#jemo-module-lifecycle"></a>2.1.1. Jemo Module
diff --git a/content/en_index.php b/content/en_index.php index fd6a679..84a196a 100644 --- a/content/en_index.php +++ b/content/en_index.php
@@ -87,9 +87,9 @@ <p>To build Jemo locally, you need to clone the jemo repository</p> <pre class="highlightjs highlight"><code class="language-bash hljs" - data-lang="bash">> git clone https://git.eclipse.org/c/jemo/jemo.git</code> + data-lang="bash">> git clone https://github.com/eclipse/jemo.git</code> > cd jemo/core -> mvn deploy</code></pre> +> mvn deploy -DskipTests</code></pre> <table> <tr> @@ -105,4 +105,3 @@ </div> -