fix some minor issues
[transportpce.git] / lighty / build.sh
1 #!/bin/bash
2
3 cd ..
4 #mvn clean install -DskipTests
5 git clone https://github.com/PantheonTechnologies/lighty-core.git
6 cd lighty-core
7 git checkout master
8 mvn clean install -DskipTests
9 cd ../lighty
10 mvn clean install
11 cd  target
12 unzip lighty-transportpce-12.0.0-SNAPSHOT-bin.zip
13 cd ..
14 rm -rf ../lighty-core