A new Jersey framework based JVM environment which is lightweight and simpler.
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
set -eou pipefail
|
|
mvn clean package
|
|
cp ${SRC_PKG}/target/*with-dependencies.jar ${DEPLOY_PKG} |