Manually creating a Maven project for a Jakarta EE application from scratch is cumbersome. Especially for new developers, the folder and file setup might be overwhelming. To overcome this manual process and to quickly bootstrap a new Jakarta EE 8 Maven project in seconds, I’ve created a Maven archetype. This includes all the necessary ingredients (Java 11, MicroProfile, JUnit, Mockito, etc.) to kickstart your new project.
Watch this video to learn how to use this Maven Archetype and bootstrap your next Jakarta EE 8 project in less than one minute!
» For more information read this blog post: https://rieckpil.de/bootstrap-a-jakar...
» You can find the latest version of this archetype on GitHub: https://github.com/rieckpil/custom-ma...
Have fun bootstrapping your next projects,
Phil