# security-spec **Repository Path**: mirrors_javaee/security-spec ## Basic Information - **Project Name**: security-spec - **Description**: Java EE Security (JSR-375) Specification - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = JSR 375 EE Security API: Specification The repository contains the AsciiDoc sources to generate the specification document in both HTML and pdf format. == Generating the Specification Just enter `mvn` at the command line in this directory. Maven will generate the following artifacts. Specification as PDF:: * The specification in PDF form. * In the directory: `target/publish/docbook/publish/en-US/pdf` Specification as HTML:: * The specification in HTML form. * In the directory: `target/publish/html` == Specification Source The AsciiDoc specification source is located in this directory: `src/main/doc` == Making Changes To propose changes, please submit a pull request.