Create Java project with Maven archetype bard-simple-archetype

A web framework that is easy to use, easy to extend

Create a Java Project by archetype bard-simple-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.bardframework"   -DarchetypeArtifactId="bard-simple-archetype"   -DarchetypeVersion="0.2.0"   -DinteractiveMode=false 

Details about maven archetype bard-simple-archetype

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard-simple-archetype
Version

Version

0.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.bardframework -DarchetypeArtifactId=bard-simple-archetype -DarchetypeVersion=0.2.0 -DinteractiveMode=false