Create Java project with Maven archetype archetype-chatroom


Create a Java Project by archetype archetype-chatroom with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.actframework"   -DarchetypeArtifactId="archetype-chatroom"   -DarchetypeVersion="1.9.0.1"   -DinteractiveMode=false 

Details about maven archetype archetype-chatroom

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

archetype-chatroom
Version

Version

1.9.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.actframework -DarchetypeArtifactId=archetype-chatroom -DarchetypeVersion=1.9.0.1 -DinteractiveMode=false