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

Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DsourceEncoding="My-sourceEncoding"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="org.eclipse.xtend"   -DarchetypeArtifactId="xtend-archetype"   -DarchetypeVersion="2.26.0.M2"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

sourceEncoding
validationRegex: нет
javaVersion
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

org.eclipse.xtend
Идентификатор

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

xtend-archetype
Версия

Версия

2.26.0.M2
Тип

Тип

maven-archetype
Описание

Описание

Xtend is a little language that compiles into idiomatic Java source code. You can use any existing Java library seamlessly from Xtend (and vice-versa). The compiled output is readable and pretty-printed, and tends to run as fast or faster than the equivalent handwritten Java code. It's the CoffeeScript for Java.
Ссылка на сайт

Ссылка на сайт

http://xtend-lang.org/xtend-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eclipse.xtend -DarchetypeArtifactId=xtend-archetype -DarchetypeVersion=2.26.0.M2 -DinteractiveMode=false

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.eclipse.xtend : xtend-maven-plugin jar 2.26.0.M2

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

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