From 8bdc54e0a1f02a934ef34f44ba5690a8b1ad5eb9 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Mon, 10 Jun 2019 09:42:27 +0300 Subject: [PATCH] Use maven wrapper in integration tests Needed because the checkstyle plugin could fail with older maven versions --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b12d47c..4f44fd06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,7 +106,7 @@ jobs: /snap/bin/microk8s.kubectl config view --raw > /tmp/kubeconfig export KUBECONFIG=/tmp/kubeconfig cd spring-cloud-kubernetes-integration-tests - mvn -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring + ../mvnw -Ddocker.host='unix:///var/snap/microk8s/current/docker.sock' -Dimage.registry='localhost:32000' clean package fabric8:build verify -Pfmp,it,spring - store_test_results: path: $HOME/artifacts/junit/ - store_artifacts: