From 7592bfd303dafc680967e0ac97927f250af1d540 Mon Sep 17 00:00:00 2001 From: Hugo Hirsch Date: Sat, 13 Feb 2016 20:33:56 +0100 Subject: [PATCH] Issue #16: Run site builds without UI tests. --- site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.sh b/site.sh index dd9157a8a..4284d5ea0 100755 --- a/site.sh +++ b/site.sh @@ -1,5 +1,5 @@ #!/bin/bash echo "Generating new mvn site ..." -mvn clean site:site -Puitest +mvn clean site:site echo "DONE - ready to commit and push" git checkout gh-pages && ./copy-site.sh