9 lines
360 B
Bash
9 lines
360 B
Bash
#!/bin/bash
|
|
|
|
source ./path.sh
|
|
|
|
cd "${CURRENT_PATH}"/../fkh-supreme && ./mvnw clean -Dmaven.test.skip=true &
|
|
cd "${CURRENT_PATH}"/../fkh-plugin && ./mvnw clean -Dmaven.test.skip=true &
|
|
cd "${CURRENT_PATH}"/../fkh-starter-processor && ./mvnw clean -Dmaven.test.skip=true &
|
|
cd "${CURRENT_PATH}"/../fkh-framework-build && ./mvnw clean -Dmaven.test.skip=true &
|