Files
spring-hateoas/build_all.bash
Oliver Gierke ba63e0527f #643 - Upgrade to Spring Framework 5 as development baseline.
Upgraded to required Jackson 2.9 baseline, too.
2017-10-14 00:59:18 +02:00

9 lines
160 B
Bash
Executable File

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