5962381e364e5311fdaa3c4441aeb612277d795d
[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 10.0.x
8 mvn clean install -DskipTests
9 cd ../lighty
10 mvn clean install
11 cd  target
12 unzip lighty-transportpce-10.0.1-SNAPSHOT-bin.zip
13 cd ..
14 # rm -rf ../lighty-core