Create Java project with Maven archetype ngast-archetype

Ngast脚手架

Create a Java Project by archetype ngast-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"   -DarchetypeGroupId="com.zxytech.ngast"   -DarchetypeArtifactId="ngast-archetype"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

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

Details about maven archetype ngast-archetype

License

License

GroupId

GroupId

com.zxytech.ngast
ArtifactId

ArtifactId

ngast-archetype
Version

Version

0.1.0
Type

Type

maven-archetype
Description

Description

Archetype - ngast-archetype
Ngast脚手架
Source Code Management

Source Code Management

https://github.com/stornado/ngast/tree/master/ngast-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.zxytech.ngast -DarchetypeArtifactId=ngast-archetype -DarchetypeVersion=0.1.0 -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.