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

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DtestLibrary="My-testLibrary"   -DcompilerMode="My-compilerMode"   -DarchetypeGroupId="pl.org.miki"   -DarchetypeArtifactId="java8-quickstart-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

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

testLibrary
validationRegex: нет
compilerMode
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

pl.org.miki
Идентификатор

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

java8-quickstart-archetype
Версия

Версия

1.0.0
Тип

Тип

maven-archetype
Описание

Описание

java8-quickstart-archetype
Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!
Ссылка на сайт

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

https://github.com/mikkoz/java8-quickstart-archetype
Система контроля версий

Система контроля версий

https://github.com/mikkoz/java8-quickstart-archetype.git

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=pl.org.miki -DarchetypeArtifactId=java8-quickstart-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false

Зависимости

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

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

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