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.15"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype tobacco-bootstrap

License

License

GroupId

GroupId

me.noroutine
ArtifactId

ArtifactId

tobacco-bootstrap
Version

Version

1.0.15
Type

Type

maven-archetype
Description

Description

tobacco-bootstrap
Web Application with all modern client libraries

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=me.noroutine -DarchetypeArtifactId=tobacco-bootstrap -DarchetypeVersion=1.0.15 -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.