Create Java project with Maven archetype hibernate-validator-quickstart-archetype

Aggregator of the Hibernate Validator modules.

Create a Java Project by archetype hibernate-validator-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.hibernate"   -DarchetypeArtifactId="hibernate-validator-quickstart-archetype"   -DarchetypeVersion="4.3.0.CR1"   -DinteractiveMode=false 

Details about maven archetype hibernate-validator-quickstart-archetype

GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-validator-quickstart-archetype
Version

Version

4.3.0.CR1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.hibernate -DarchetypeArtifactId=hibernate-validator-quickstart-archetype -DarchetypeVersion=4.3.0.CR1 -DinteractiveMode=false