Создать Java проект на основе Maven архетипа jakartaee9-essentials

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.

Консольная команда для создания Java-проекта на основе архетипа jakartaee9-essentials:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.apuntesdejava"   -DarchetypeArtifactId="jakartaee9-essentials"   -DarchetypeVersion="0.1"   -DinteractiveMode=false 

Подробная информация об архетипе jakartaee9-essentials

Лицензия

Лицензия

Группа

Группа

com.apuntesdejava
Идентификатор

Идентификатор

jakartaee9-essentials
Версия

Версия

0.1
Тип

Тип

maven-archetype
Описание

Описание

com.apuntesdejava:jakartaee9-essentials
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.
Ссылка на сайт

Ссылка на сайт

https://apuntesdejava.github.io/jakartaee9-essentials-archetype/
Система контроля версий

Система контроля версий

https://github.com/apuntesdejava/jakartaee9-essentials-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.apuntesdejava -DarchetypeArtifactId=jakartaee9-essentials -DarchetypeVersion=0.1 -DinteractiveMode=false

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.