docs: update website

This commit is contained in:
Damien Arrachequesne
2020-12-11 15:16:25 +01:00
parent 2b5dfb99f8
commit cbd341c2c9
6 changed files with 156 additions and 52 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
help: ## print this message
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
build-site: ## build the site
mvn javadoc:javadoc site -DskipTests
.PHONY: build-site