MVN

com.bardframework : bard-simple-archetype

Maven & Gradle

Jan 05, 2015

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

mvn archetype:generate -DarchetypeGroupId=com.bardframework -DarchetypeArtifactId=bard-simple-archetype -DarchetypeVersion=0.3.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bardframework : bard-simple-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of com.bardframework : bard-simple-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.3.x
bard-simple-archetype-0.3.0
0.2.x
bard-simple-archetype-0.2.0
0.1.x
bard-simple-archetype-0.1.1
bard-simple-archetype-0.1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.bardframework -DarchetypeArtifactId=bard-simple-archetype -DarchetypeVersion=0.3.0

Advertisement