tree: 0c4e39dc10f7fb550c1ac8846eebe2e565915dab [path history] [tgz]
  1. src/
  2. assembly.xml
  3. pom.xml
  4. README.md
spec/README.md

Jakarta Annotations Specification

This project generates the Jakarta Annotations Specification.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the full build:

mvn install

Generate specification with given status (ex. “Final Release”):

mvn clean install -Dstatus="Final Release"

Locate the html files:

  • target/generated-docs/annotations-spec-<version>.html

Locate the PDF files:

  • target/generated-docs/annotations-spec-<version>.pdf