amazon-kinesis-client/scripts/install.sh

5 lines
109 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-03-03 04:25:28 +00:00
export PATH=/opt/apache-maven-3.6.3/bin:$PATH
2020-03-03 04:34:31 +00:00
cd /home/ec2-user/kcl-2x
mvn clean install