Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

javaee-security-spec/security-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Moved to Eclipse Foundation

This project repository is for legacy review only. The project has been contributed to Eclipse Foundation, Jakarta EE. Please browse to https://github.com/jakartaee/security/

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.