File: README.md

package info (click to toggle)
jakarta-authentication-api 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,760 kB
  • sloc: xml: 517; java: 493; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Jakarta Authentication Specification
====================================

This project generates the Jakarta Authentication Specification.

Building
--------

Prerequisites:

* JDK8+
* Maven 3.0.3+

Run the full build:

`mvn install`


Locate the html file:
- target/generated-docs/jakarta-authentication-spec-{project.version}.html

Locate the PDF file:
- target/generated-docs/jakarta-authentication-spec-{project.version}.html

Locate the zip archive containing both formats of the specification:
- target/authentication-spec-{project.version}.zip