Files
spring-hateoas/build_all.bash
Johnny Lim 1e32bb5d2d #672 - Add maven wrapper.
Updates the Travis script and the build_all.bash script to also use the maven wrapper.
2018-01-03 14:10:06 -06:00

9 lines
166 B
Bash
Executable File

#!/usr/bin/env bash
#
# Convenient way to run ALL build profiles at once, before committing changes.
#
#
./mvnw clean package &&
./mvnw clean package -Pspring5-next