Create Java project with Maven archetype tobacco-bootstrap

Web Application with all modern client libraries

Create a Java Project by archetype tobacco-bootstrap with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="me.noroutine"   -DarchetypeArtifactId="tobacco-bootstrap"   -DarchetypeVersion="1.0.7"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-webapp
  • ${rootArtifactId}-commons

Details about maven archetype tobacco-bootstrap

GroupId

GroupId

me.noroutine
ArtifactId

ArtifactId

tobacco-bootstrap
Version

Version

1.0.7
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=me.noroutine -DarchetypeArtifactId=tobacco-bootstrap -DarchetypeVersion=1.0.7 -DinteractiveMode=false