#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:
10
build_all.bash
Executable file
10
build_all.bash
Executable 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
|
||||
Reference in New Issue
Block a user