Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

alphagov/verify-german-eidas-middleware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Governikus eIDAS Middleware

This repository contains the source code of the German eIDAS middleware.

Releases

With every release, the source code of our internal repository will be exported into this repository. The signed release artifacts will be released on github as well.

Build

Building the java sources

We are using maven to build and test the software.

To build the software, execute the following command:

maven clean install

You can find the compiled JARs in the target/ directory of each module.

Building the documentation

The source for the documentation can be found in the doc folder.

To build a pdf file, sphinx is needed. Please see the sphinx documentation on how to install sphinx on your system.

To create the pdf file, issue the following commands:

cd doc && make clean latexpdf

The created pdf document can be found at _build/latex/eIDASMiddleware.pdf.

Documentation

The user documentation for each release is available in the release artifacts.

Contributing

Please see CONTRIBUTING.md for more information on how to submit pull requests.

License

Copyright © 2018 Governikus KG

This work is licensed under the EUPL 1.2. See LICENSE.txt for additional information.

The overview of the used third party dependecies and their licenses is available in the release documents.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.3%
  • HTML 2.2%
  • Other 0.5%