Создать Java проект на основе Maven архетипа simpleapp-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-проекта на основе архетипа simpleapp-archetype:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.isis.archetype" -DarchetypeArtifactId="simpleapp-archetype" -DarchetypeVersion="1.15.0" -DinteractiveMode=false
Модули в готовом maven проекте
- ${rootArtifactId}-module-simple
- ${rootArtifactId}-application
- ${rootArtifactId}-webapp
Подробная информация об архетипе simpleapp-archetype
| Группа |
Группаorg.apache.isis.archetype |
| Идентификатор |
Идентификаторsimpleapp-archetype |
| Версия |
Версия1.15.0 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию