NOTICKET: simplify Makefile

This commit is contained in:
Dominik Säume 2024-04-16 16:44:56 +02:00
parent ecbf1240c0
commit 2c1800dab2
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

@ -19,22 +19,9 @@ build: ## Builds System Specific Executables
@bin/make/build.sh @bin/make/build.sh
##|——[ Code Quality ]———————————————————————————————————————————————————————————————| ##|——[ Code Quality ]———————————————————————————————————————————————————————————————|
stan: ## Runs Static Code Analysis
@echo TODO
test: ## Runs all tests
@echo TODO
lint: ## Checks if the Code follows the Styling Conventions lint: ## Checks if the Code follows the Styling Conventions
@mvn checkstyle:check @mvn checkstyle:check
##|——[ linting ]———————————————————————————————————————————————————————————————————|
java-lint: ## Corrects Code Linting in Java
@echo TODO
template-lint: ## Corrects Code Linting in Templates
@echo TODO
##|——[ Test Data ]——————————————————————————————————————————————————————————————————| ##|——[ Test Data ]——————————————————————————————————————————————————————————————————|
demo-data: ## Writes Demo Data to the local instance demo-data: ## Writes Demo Data to the local instance
@mvn exec:java -Dexec.mainClass="de.hitec.nhplus.fixtures.Fixtures" @mvn exec:java -Dexec.mainClass="de.hitec.nhplus.fixtures.Fixtures"