aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screwdriver.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 6ea74ae8a1d..14d9902d335 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -60,7 +60,7 @@ jobs:
environment:
LOCAL_MVN_REPO: "/tmp/vespa/mvnrepo"
- VESPA_MAVEN_EXTRA_OPTS: "-Dmaven.repo.local=/tmp/vespa/mvnrepo -Dmaven.javadoc.skip=true -Dmaven.source.skip=true"
+ VESPA_MAVEN_EXTRA_OPTS: "-Dmaven.repo.local=/tmp/vespa/mvnrepo -Dmaven.source.skip=true"
CCACHE_TMP_DIR: "/tmp/ccache_tmp"
CCACHE_DATA_DIR: "/tmp/vespa/ccache"
MAIN_CACHE_FILE: "/main_job_cache/vespa.tar"