9 lines
160 B
Bash
Executable File
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
|