Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1018 Bytes

Build GitHub top language License Contributor Covenant

Source repository for the Web site hosted at sentrysoftware.org.

Build instructions

This is a simple Maven documentation project. Build with:

mvn site

Deploy instructions

Anything merged in the main branch is automatically deployed in GitHub Pages.

License

License is MIT. Each source file must include the MIT header (build will fail otherwise). To update source files with the proper header, simply execute the below command:

mvn license:update-file-header