blob: e25307aa655399634361b1b09cd2f55d2f167f7b [file] [log] [blame] [view]
Jakarta JSON Processing Specification
======================================
This project generates the Jakarta JSON Processing Specification.
Building
--------
Prerequisites:
* JDK8+
* Maven 3.0.3+
Run the full build with DRAFT status:
`mvn install`
Run the full build with custom status (ex. "Final Release"):
`mvn install -Dstatus=“Final Release”`
Locate the html files:
- `target/generated-docs/jsonp-spec-<version>.html`
Locate the PDF files:
- `target/generated-docs/jsonp-spec-<version>.pdf`