# quartz **Repository Path**: hgo_liuy/quartz ## Basic Information - **Project Name**: quartz - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-16 - **Last Updated**: 2020-12-19 ## 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 ```