You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2021/02/08 09:19:23 UTC

[unomi-site] branch master updated: Add more complete commands to make sure we always clean first.

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e1431ce  Add more complete commands to make sure we always clean first.
e1431ce is described below

commit e1431ce85c6c9d3f8574e9f008840794df16602b
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Mon Feb 8 10:19:16 2021 +0100

    Add more complete commands to make sure we always clean first.
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 1774387..fbc095b 100644
--- a/README.md
+++ b/README.md
@@ -28,25 +28,25 @@ The generated site will be in target/generated-jekyll
 To publish the local website to the production location (https://unomi.apache.org/), you have to use:
 
 ```
-mvn install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME -Dpassword=YOUR_APACHE_PASSWORD
+mvn clean install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME -Dpassword=YOUR_APACHE_PASSWORD
 ```
 
 ## Generate jekyll site
 
 `
-mvn install
+mvn clean install install
 `
 
 ## Jekyll serve (with filtering)
 
 `
-mvn gem:exec@jekyll-serve-filtered
+mvn clean install gem:exec@jekyll-serve-filtered
 `
 
 ## Jekyll serve (from source)
 
 `
-mvn gem:exec@jekyll-serve-source
+mvn clean install gem:exec@jekyll-serve-source
 `
 
 Note: the Jekyll serve will not filter the files so you will still see property references such as ${latest.stable.version}.