An improvement over the default maven-archetype-quickstart that is slowly getting old.
The improvements are:
- Default is Java 21
- JUnit 5
- AssertJ added
So nothing wild, but I was tired of modifying the quickstart all the time.
Just install locally
mvn install
and then select it when generating a project
mvn archetype:generate -Dfilter=henri=archetype
mvn versions:display-dependency-updates versions:display-plugin-updates