Создать Java проект на основе Maven архетипа helloworld-archetype
This module defines a standard parent POM to use for various Incode applications and modules.
Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins)
within child POMs. Specifically this means locking down the versions of plugins using pluginManagement.
It does NOT define any mixins for Apache Isis.
Консольная команда для создания Java-проекта на основе архетипа helloworld-archetype:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.isis.archetype" -DarchetypeArtifactId="helloworld-archetype" -DarchetypeVersion="1.17.0" -DinteractiveMode=false
Подробная информация об архетипе helloworld-archetype
| Группа |
Группаorg.apache.isis.archetype |
| Идентификатор |
Идентификаторhelloworld-archetype |
| Версия |
Версия1.17.0 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию