Skip to content

sentrysoftware/sentrysoftware.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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