Create Java project with Maven archetype jurest-modules-archetype

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

Create a Java Project by archetype jurest-modules-archetype with Command Line:

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 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
editorconfig
validationRegex: none
gitignore
validationRegex: none
dockerignore
validationRegex: none

Details about maven archetype jurest-modules-archetype

License

License

GroupId

GroupId

com.zxytech.jurest
ArtifactId

ArtifactId

jurest-modules-archetype
Version

Version

1.1.4
Type

Type

maven-archetype
Description

Description

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

Source Code Management

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

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.