Create Java project with Maven archetype botrino-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.alex1304.botrino"   -DarchetypeArtifactId="botrino-archetype"   -DarchetypeVersion="1.0.0-alpha4"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-app
  • ${rootArtifactId}-launcher
  • ${rootArtifactId}-delivery

Details about maven archetype botrino-archetype

GroupId

GroupId

com.alex1304.botrino
ArtifactId

ArtifactId

botrino-archetype
Version

Version

1.0.0-alpha4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.alex1304.botrino -DarchetypeArtifactId=botrino-archetype -DarchetypeVersion=1.0.0-alpha4 -DinteractiveMode=false