Skip to content

alexkosowski/javaee-security-spec--spec-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSR 375 EE Security API: Specification, Java API, and JavaDoc Generation

This project contains the AsciiDoc and Java API sources to generate the specification document, the Java API, and the JavaDoc. The project is organized into two modules: api and spec. The api module contains the Java API sources, which may be used to generate the api jar and JavaDoc. The spec module contains the specification document sources, which may be used to generate the specification in both HTML and pdf format.

Mirroring from java.net

The specification must originate from java.net per Oracle policy. To enable use of the facilities of GitHub, the java.net repository is periodically mirrored into a GitHub repository. The corresponding GitHub repository is effectively "read only".

Source Repository on java.net

git://java.net/javaee-security-spec~spec-api

Mirrored Respository on GitHub

[email protected]:javaee-security-spec/spec-api.git

Generating the Specification, API, and JavaDoc

Just enter mvn at the command line. Maven will generate the following artifacts.

Specification as PDF
  • The specification in PDF form.

  • In the directory: spec/target/publish/docbook/publish/en-US/pdf

Specification as HTML
  • The specification in HTML form.

  • In the directory: spec/target/publish/html

API Jar
  • The jar containing the api interfaces and classes.

  • In the directory: /api/target

API JavaDoc
  • The JavaDoc for the api interfaces and classes.

  • In the directory: api/target/site/apidocs

How to Contribute from GitHub

NOTE: Only Expert Group members may contribute changes to this repository due to requiring a Java Specification Participation Agreement.

  1. Fork the repository

  2. Create the change in your fork

  3. Submit a Pull Request

  4. The change is reviewed

  5. If approved, spec lead merges the change into java.net

  6. Change gets mirrored back to GitHub

About

My personal javaee-security-spec spec-api source repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •