File: README.md

package info (click to toggle)
libquartz2-java 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,760 kB
  • sloc: java: 46,239; sql: 3,465; xml: 2,989; sh: 347; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

## 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
```