Use maven wrapper in integration tests

Needed because the checkstyle plugin could fail with older maven
versions
This commit is contained in:
Georgios Andrianakis
2019-06-10 09:42:27 +03:00
parent 4982a5014a
commit 8bdc54e0a1

View File

@@ -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: