3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#!/usr/bin/env bash
|
|
export PATH=/opt/apache-maven-3.6.3/bin:$PATH
|
|
mvn clean install
|