From: Duarte Meneses Date: Fri, 16 Sep 2016 12:54:10 +0000 (+0200) Subject: Fix build in Appveyor X-Git-Tag: 2.8~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ae674f359944ae5a1db0f072fcf30e93e5b6311;p=sonar-scanner-cli.git Fix build in Appveyor --- diff --git a/appveyor.ps1 b/appveyor.ps1 index 9e66c12..efd8408 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -70,6 +70,6 @@ CALLSTACK:$(Get-PSCallStack | Out-String) } } - +InstallAppveyorTools mvn verify "--batch-mode" "-B" "-e" "-V" CheckLastExitCode