Создать Java проект на основе Maven архетипа jboss-forge-html5-archetype

An archetype that contains pre-requisites for demonstrating the use of JBoss Forge. The end-user will be instructed on how to scaffold a new application based on a pre-existing JPA entity. Refer to the embedded Eclipse cheatsheet for additional details.

Консольная команда для создания Java-проекта на основе архетипа jboss-forge-html5-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jboss.archetype.forge"   -DarchetypeArtifactId="jboss-forge-html5-archetype"   -DarchetypeVersion="1.0.0.Final"   -DinteractiveMode=false 

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

Лицензия

Лицензия

Группа

Группа

org.jboss.archetype.forge
Идентификатор

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

jboss-forge-html5-archetype
Версия

Версия

1.0.0.Final
Тип

Тип

maven-archetype
Описание

Описание

jboss-forge-html5-archetype
An archetype that contains pre-requisites for demonstrating the use of JBoss Forge. The end-user will be instructed on how to scaffold a new application based on a pre-existing JPA entity. Refer to the embedded Eclipse cheatsheet for additional details.
Организация-разработчик

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

JBoss by Red Hat

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.archetype.forge -DarchetypeArtifactId=jboss-forge-html5-archetype -DarchetypeVersion=1.0.0.Final -DinteractiveMode=false

Зависимости

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

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

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