summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/vpp/include-raw-vpp-docs.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-docs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh
index 5ab0df27e..760eaea06 100644
--- a/jjb/vpp/include-raw-vpp-docs.sh
+++ b/jjb/vpp/include-raw-vpp-docs.sh
@@ -45,6 +45,6 @@ if [[ ${JOB_NAME} == *merge* ]]; then
</distributionManagement>
</project>
EOF
- ${MVN} site:site site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}" -T 4C
+ ${MVN} -B site:site site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}" -T 4C
cd -
-fi \ No newline at end of file
+fi