Maven archetype to create a quick start project configured for Java 21, Junit 5 and AssertJ.
Once you have cloned the repository locally. Just run the maven command below to install the archetype.
mvn clean install
When the archetype has been installed locally you can create a project using the command below. Just replace the parameter values with the actual values you want to use.
mvn archetype:generate -DarchetypeGroupId=com.wtech.archetypes \
-DarchetypeArtifactId=java21-junit5-assertj-maven-archetype \
-DarchetypeVersion=1.0.0-SNAPSHOT \
-DgroupId=com.wtech.app \
-DartifactId=a-test-project \
-Dversion=1.0.0-SNAPSHOT \
-DinteractiveMode=false
- Wallace Espindola, Sr. Software Engineer / Java & Python Dev
- E-mail: [email protected]
- LinkedIn: https://www.linkedin.com/in/wallaceespindola/
- Website: https://wtechitsolutions.com/
- This project is released under the Apache 2.0 License. See the LICENSE file for details.
- Copyright © 2024 Wallace Espindola.