Create Java project with Maven archetype cola-framework-archetype-service

cola-framework-archetype-service

Create a Java Project by archetype cola-framework-archetype-service with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dgitignore="My-gitignore"   -DarchetypeGroupId="com.alibaba.cola"   -DarchetypeArtifactId="cola-framework-archetype-service"   -DarchetypeVersion="4.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

gitignore
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-client
  • ${rootArtifactId}-app
  • ${rootArtifactId}-domain
  • ${rootArtifactId}-infrastructure
  • start

Details about maven archetype cola-framework-archetype-service

License

License

GroupId

GroupId

com.alibaba.cola
ArtifactId

ArtifactId

cola-framework-archetype-service
Version

Version

4.1.0
Type

Type

maven-archetype
Description

Description

cola-framework-archetype-service:4.1.0
cola-framework-archetype-service
Project URL

Project URL

https://github.com/alibaba/COLA
Source Code Management

Source Code Management

https://github.com/alibaba/COLA

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.alibaba.cola -DarchetypeArtifactId=cola-framework-archetype-service -DarchetypeVersion=4.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.