#672 - Add maven wrapper.

Updates the Travis script and the build_all.bash script to also use the maven wrapper.
This commit is contained in:
Johnny Lim
2017-11-16 03:10:57 +09:00
committed by Greg Turnquist
parent bd44eb890c
commit 1e32bb5d2d
6 changed files with 376 additions and 3 deletions

View File

@@ -4,5 +4,5 @@
#
#
mvn clean package &&
mvn clean package -Pspring5-next
./mvnw clean package &&
./mvnw clean package -Pspring5-next