This project generates the Jakarta Deployment Specification.
Prerequisites:
- JDK8+
- Maven 3.0.3+
Run the full build:
mvn install
Generate specification with given status:
mvn clean install -Dstatus="Final Release"
Locate the html files:
target/generated-docs/deployment-spec-<version>.html
Locate the PDF files:
target/generated-docs/deployment-spec-<version>.pdf