Create a JRebirth Application by using Maven Archetype
For Maven Gurus, here you have command line to type to do the job
mvn archetype:generate -DinteractiveMode=false -DarchetypeCatalog=http://www.jrebirth.org/archetype/jrebirth-catalog.xml -DarchetypeGroupId=org.jrebirth
-DarchetypeArtifactId=archetype
-DarchetypeVersion=${project.version} -DarchetypeRepository=http://repo.jrebirth.org/jrebirth-snapshot-local -DgroupId=org.jrebirth -DartifactId=sample -Dversion=1.0.0-SNAPSHOT
-Dpackage=org.jrebirth.sample