Lighty support Silicon migration
[transportpce.git] / lighty / build.sh
index 5962381e364e5311fdaa3c4441aeb612277d795d..22700b5941b8d96a7942e1256b86de08d5be0978 100755 (executable)
@@ -1,14 +1,6 @@
-#!/bin/bash
+#!/bin/sh
 
-cd ..
-mvn clean install -DskipTests
-git clone https://github.com/PantheonTechnologies/lighty-core.git
-cd lighty-core
-git checkout 10.0.x
-mvn clean install -DskipTests
-cd ../lighty
-mvn clean install
-cd  target
-unzip lighty-transportpce-10.0.1-SNAPSHOT-bin.zip
-cd ..
-# rm -rf ../lighty-core
+cd $(dirname "$0")
+#mvn clean install -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true -Dodlparent.spotbugs.skip -Dodlparent.checkstyle.skip
+mvn clean install -Dmaven.javadoc.skip=true
+unzip -q target/tpce-bin.zip -d target