You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}