Create Java project with Maven archetype coos-plugin-actor


Create a Java Project by archetype coos-plugin-actor with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.coosproject.maven.archetypes"   -DarchetypeArtifactId="coos-plugin-actor"   -DarchetypeVersion="1.2.10"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-impl

Details about maven archetype coos-plugin-actor

GroupId

GroupId

org.coosproject.maven.archetypes
ArtifactId

ArtifactId

coos-plugin-actor
Version

Version

1.2.10
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.coosproject.maven.archetypes -DarchetypeArtifactId=coos-plugin-actor -DarchetypeVersion=1.2.10 -DinteractiveMode=false