Создать 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="2.0.0-M2"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

org.apache.isis.archetype
Идентификатор

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

helloworld-archetype
Версия

Версия

2.0.0-M2
Тип

Тип

maven-archetype
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

The Apache Software Foundation

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.isis.archetype -DarchetypeArtifactId=helloworld-archetype -DarchetypeVersion=2.0.0-M2 -DinteractiveMode=false

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.21

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

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