#585 - Add script to run ALL build profiles

Make it easier to pre-test all profiles without having to create a PR and wait on Travis.
This commit is contained in:
Greg Turnquist
2017-05-17 11:18:19 -05:00
parent 483f8479bd
commit 4807ae0e8a

10
build_all.bash Executable file
View File

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