Jakarta Expression Language Specification | |
========================================= | |
This project generates the Jakarta Expression Language Specification. | |
Building | |
-------- | |
Prerequisites: | |
* JDK8+ | |
* Maven 3.0.3+ | |
Run the full build: | |
`mvn install` | |
Locate the html files: | |
- `target/generated-docs/expression-language-spec-<version>.html` | |
Locate the PDF files: | |
- `target/generated-docs/expression-language-spec-<version>.pdf` |