Nightly website build job
diff --git a/documentation/contributors/buildingelk.html b/documentation/contributors/buildingelk.html
index 45ceda5..c20e922 100644
--- a/documentation/contributors/buildingelk.html
+++ b/documentation/contributors/buildingelk.html
@@ -82,7 +82,6 @@
 <p>Execute Maven using the following command line (note that the command line is split in order to improve readability):</p>
 
 <pre><code class="language-bash">mvn
-    --define elkMeta.repositoryUrl=http://build.eclipse.org/modeling/elk/maven/meta/nightly
     --define elk.metadata.documentation.outputPath=/ELK_FOLDER/docs
     -Dmaven.repo.local=./mvnrepo
     clean
@@ -92,7 +91,6 @@
 <p>A few notes:</p>
 
 <ul>
-<li>The build needs the metadata compiler to be available. You can either compile it yourself and point this build to where it ended up (see below), or use the metadata compiler we provide for the release you&rsquo;re trying to compile (see download pages).</li>
 <li>The <code>maven.repo.local</code> property is not required, but can be helpful to keep builds self-contained. Once built, the <code>-o</code> option is helpful to keep Maven from accessing online repositories.</li>
 </ul>
 
@@ -108,10 +106,9 @@
 </div>
 
 
-<p>The unit tests require our <a href="https://github.com/eclipse/elk-models">models repository</a> to be checked out as well. If it is, the following command line will run the tests:</p>
+<p>The unit tests require our <a href="https://github.com/eclipse/elk-models">models repository</a> to be checked out as well. If it is, the following command line will run the tests (note that the command line is split in order to improve readability):</p>
 
 <pre><code class="language-bash">mvn
-    --define elkMeta.repositoryUrl=http://build.eclipse.org/modeling/elk/maven/meta/nightly
     --define elk.metadata.documentation.outputPath=/ELK_FOLDER/docs
     --define tests.paths.elk-repo=/ELK_FOLDER
     --define tests.paths.models-repo=/ELK_MODELS_FOLDER
@@ -128,11 +125,9 @@
 
 <pre><code class="language-bash">mvn
     -P elk-meta
-    --define elkMeta.repositoryUrl=file:///home/user/elkmetarepository
-    --define elkMeta.publishUrl=file:///home/user/elkmetarepository
     -Dmaven.repo.local=./mvnrepo
     clean
-    deploy
+    install
 </code></pre>
 
 <h2 id="building-the-website-and-documentation">Building the Website and Documentation</h2>