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

Cola framework archetype-web

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.aliyun"   -DarchetypeArtifactId="cola-framework-archetype-web"   -DarchetypeVersion="3.1.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype cola-framework-archetype-web

License

License

GroupId

GroupId

com.aliyun
ArtifactId

ArtifactId

cola-framework-archetype-web
Version

Version

3.1.0
Type

Type

maven-archetype
Description

Description

cola framework archetype
Cola framework archetype-web
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.aliyun -DarchetypeArtifactId=cola-framework-archetype-web -DarchetypeVersion=3.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.