Plan/scripts/prepareBuild.sh
Rsl1122 ab3833df91 Travis configuration changes
Created bash scripts for different steps and added them as jobs for travis to execute.

Begun preparing system testing: Goal is enabling actual servers with the plugin to see if it enables
2018-11-12 15:46:41 +02:00

4 lines
116 B
Bash

mvn clean
cd PlanPluginBridge
mvn install:install-file -Dfile=./PlanPluginBridge-4.5.0.jar -DpomFile=./pom.xml
cd ..