Create Java project with Maven archetype vraptor-archetype-blank

A simple project to start with VRaptor 4

Create a Java Project by archetype vraptor-archetype-blank with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="br.com.otavio.vraptor.archetypes"   -DarchetypeArtifactId="vraptor-archetype-blank"   -DarchetypeVersion="0.0.3"   -DinteractiveMode=false 

Details about maven archetype vraptor-archetype-blank

License

License

GroupId

GroupId

br.com.otavio.vraptor.archetypes
ArtifactId

ArtifactId

vraptor-archetype-blank
Version

Version

0.0.3
Type

Type

maven-archetype
Description

Description

vraptor-archetype-blank
A simple project to start with VRaptor 4

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.otavio.vraptor.archetypes -DarchetypeArtifactId=vraptor-archetype-blank -DarchetypeVersion=0.0.3 -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.