Christian Kaltepoth | 5abef50 | 2019-10-20 10:15:31 +0200 | [diff] [blame] | 1 | Jakarta RESTful Web Services Specification |
| 2 | ========================================== |
| 3 | |
| 4 | This project generates the Jakarta RESTful Web Services Specification. |
| 5 | |
| 6 | Building |
| 7 | -------- |
| 8 | |
| 9 | Prerequisites: |
| 10 | |
James R. Perkins | 2f837b7 | 2024-01-24 17:56:53 -0800 | [diff] [blame] | 11 | * JDK 17+ |
Santiago Pericasgeertsen | d75d0aa | 2021-11-03 16:36:05 -0400 | [diff] [blame] | 12 | * Maven 3.6.3+ |
Christian Kaltepoth | 5abef50 | 2019-10-20 10:15:31 +0200 | [diff] [blame] | 13 | |
| 14 | Run the full build: |
| 15 | |
| 16 | `mvn install` |
| 17 | |
| 18 | Locate the html files: |
Santiago Pericasgeertsen | d75d0aa | 2021-11-03 16:36:05 -0400 | [diff] [blame] | 19 | - target/generated-docs/spec.html |
Christian Kaltepoth | 5abef50 | 2019-10-20 10:15:31 +0200 | [diff] [blame] | 20 | |
| 21 | Locate the PDF files: |
Santiago Pericasgeertsen | d75d0aa | 2021-11-03 16:36:05 -0400 | [diff] [blame] | 22 | - target/generated-docs/spec.pdf |