File: README.md

package info (click to toggle)
libjsonp2-java 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,944 kB
  • sloc: java: 23,955; xml: 1,635; pascal: 46; sh: 35; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 514 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
21
22
23
24
25
26
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`