Use Maven wrapper for build.

Use a well-defined Maven version to control the build environment.

See gh-83.
This commit is contained in:
Mark Paluch
2017-04-23 11:22:19 +02:00
parent e2ba73fcc7
commit 7dcaeaa100

View File

@@ -30,7 +30,7 @@ before_install:
install:
- src/test/bash/start.sh
script: mvn clean verify -P${PROFILE:-ci}
script: ./mvnw clean verify -P${PROFILE:-ci}
after_script:
- pkill vault
@@ -38,4 +38,5 @@ after_script:
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.m2/wrapper'
- 'download'