Skip to content
zx-max edited this page Jul 17, 2013 · 1 revision
It has to contain a folder with:
 - the jar file 
 - the timer-manager.properties
 
 easiest way should be an executable file which does something like this:
 DISTRIBUTION_FOLDER = timer-manager 
 rm ${DISTRIBUTION_FOLDER} -rf
 mkdir ${DISTRIBUTION_FOLDER}
 mvn clean assembly:assembly -Dmaven.test.skip=true
 cp target/tomato-0.0.1-SNAPSHOT-jar-with-dependencies.jar ${DISTRIBUTION_FOLDER}/timer-manager-0.0.1-SNAPSHOT-20-min.jar
 cp src/test/resources/timer-manager.properties ${DISTRIBUTION_FOLDER}
Clone this wiki locally