Closed tomaytotomato closed 3 weeks ago
Aliases for cleaning, packaging and testing only with Maven lifecycle.
Also added aliases to start stop Spring Boot, Quarkus, Micronaut and Jetty server
As a bash-it user I would like to have aliases for the following:
mvn package
mvn compile
mvn test
clean_files.txt
lint_clean_files.sh
Not quite sure whats causing the tests to fail
Description
Aliases for cleaning, packaging and testing only with Maven lifecycle.
Also added aliases to start stop Spring Boot, Quarkus, Micronaut and Jetty server
Motivation and Context
As a bash-it user I would like to have aliases for the following:
mvn package
andmvn compile
without test cyclemvn test
cycle independantlyHow Has This Been Tested?
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.