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

Details about maven archetype bard-simple-archetype

License

License

GroupId

GroupId

com.bardframework
ArtifactId

ArtifactId

bard-simple-archetype
Version

Version

0.3.0
Type

Type

maven-archetype
Description

Description

bard-simple-archetype
A web framework that is easy to use, easy to extend

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.4.2
com.fasterxml.jackson.core : jackson-annotations jar 2.4.2
com.fasterxml.jackson.module : jackson-module-jsonSchema jar 2.4.2
org.slf4j : slf4j-api jar 1.7.7

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.7
junit : junit jar 4.11
org.springframework : spring-test jar 4.1.0.RELEASE

Project Modules

There are no modules declared in this project.