Quartz is a richly featured, open source job scheduling library that can be integrated within virtually any Java application - from the smallest stand-alone application to the largest e-commerce system.
Branch: quartz-2.4.x
JDK 1.8
NOTE: You should use our maven wrapper (./mvnw
) script to
get a more consistent build result. It should auto
download the correct version of Maven tool if you do not already
have one.
export JAVA_HOME=/path/to/jdk8
./mvnw compile
./mvnw package
# Or if you want to skip tests
./mvnw package -DskipTests
NOTE: The final combined single jar is found under quartz/target/quartz-<version>.jar