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

基于 (Ju)ni5 + All(ure) + (Rest) Assured 实现接口测试

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Deditorconfig="My-editorconfig"   -Dgitignore="My-gitignore"   -Ddockerignore="My-dockerignore"   -DarchetypeGroupId="com.zxytech.jurest"   -DarchetypeArtifactId="jurest-modules-archetype"   -DarchetypeVersion="1.1.4"   -DinteractiveMode=false 

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

groupId
validationRegex: нет
artifactId
validationRegex: нет
version
validationRegex: нет
editorconfig
validationRegex: нет
gitignore
validationRegex: нет
dockerignore
validationRegex: нет

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

Лицензия

Лицензия

Группа

Группа

com.zxytech.jurest
Идентификатор

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

jurest-modules-archetype
Версия

Версия

1.1.4
Тип

Тип

maven-archetype
Описание

Описание

基于 (Ju)ni5 + All(ure) + (Rest) Assured 实现接口测试
Система контроля версий

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

https://github.com/stornado/jurest/tree/main/jurest-modules-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.zxytech.jurest -DarchetypeArtifactId=jurest-modules-archetype -DarchetypeVersion=1.1.4 -DinteractiveMode=false

Зависимости

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

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

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