Create Java project with Maven archetype shelbie-command-archetype

Highly extensible and customizable shell engine

Create a Java Project by archetype shelbie-command-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DshelbieVersion="My-shelbieVersion"   -DarchetypeGroupId="org.ow2.shelbie"   -DarchetypeArtifactId="shelbie-command-archetype"   -DarchetypeVersion="2.0.0-RC1"   -DinteractiveMode=false 

Required parameters for generate java project:

shelbieVersion
validationRegex: none

Details about maven archetype shelbie-command-archetype

License

License

GroupId

GroupId

org.ow2.shelbie
ArtifactId

ArtifactId

shelbie-command-archetype
Version

Version

2.0.0-RC1
Type

Type

maven-archetype
Description

Description

OW2 Shelbie :: Command Archetype
Highly extensible and customizable shell engine
Project Organization

Project Organization

OW2 Consortium

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ow2.shelbie -DarchetypeArtifactId=shelbie-command-archetype -DarchetypeVersion=2.0.0-RC1 -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.