# quartz **Repository Path**: zdb_cn/quartz ## Basic Information - **Project Name**: quartz - **Description**: https://github.com/quartz-scheduler/quartz.git - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-02-24 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Builld status: ![Master branch build status](https://travis-ci.org/quartz-scheduler/quartz.svg?branch=master "Master build status") ## Build instructions: ### To compile: ``` %> ./mvnw install -DskipTests ``` Note: the final Quartz jar is found under quartz/target ### To build Quartz distribution kit: ``` %> cd distribution %> ./mvnw package ```