This archetype allows you to create a Jakarta EE project with the least amount of dependencies and plugins. Includes an index.jsp file, and web.xml and persistence.xml files.
Is very simple. You need maven and JDK 11.
Run in command console:
mvn -DarchetypeGroupId=com.apuntesdejava \
-DarchetypeArtifactId=jakartaee9-essentials \
org.apache.maven.plugins:maven-archetype-plugin:generate