yuanfangblues / quartz

Code for Quartz Scheduler

Home Page:http://www.quartz-scheduler.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quartz Scheduler

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.

Builld Status

Branch: quartz-2.4.x

quartz-2.4.x branch build status

Build Instructions

Requirement

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.

To compile:

export JAVA_HOME=/path/to/jdk8
./mvnw compile

To build distribution package

./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

About

Code for Quartz Scheduler

http://www.quartz-scheduler.org

License:Apache License 2.0


Languages

Language:Java 99.0%Language:Batchfile 0.5%Language:Shell 0.3%Language:HTML 0.1%