blob: 6ccef791dad095d35f147916a266045864534612 [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:
`mvn install`
Locate the html files:
- `target/generated-docs/jsonp-spec-<version>.html`
Locate the PDF files:
- `target/generated-docs/jsonp-spec-<version>.pdf`