mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.apuntesdejava" -DarchetypeArtifactId="jakartaee9-essentials" -DarchetypeVersion="0.1" -DinteractiveMode=false
| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.apuntesdejava -DarchetypeArtifactId=jakartaee9-essentials -DarchetypeVersion=0.1 -DinteractiveMode=false