@@ -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
The note is not visible to the blocked user.