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="5.0.0.Alpha1"   -DinteractiveMode=false 

Details about maven archetype hibernate-validator-quickstart-archetype

License

License

GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-validator-quickstart-archetype
Version

Version

5.0.0.Alpha1
Type

Type

maven-archetype
Description

Description

hibernate-validator-quickstart-archetype
Aggregator of the Hibernate Validator modules.
Project URL

Project URL

http://validator.hibernate.org/hibernate-validator-quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.hibernate -DarchetypeArtifactId=hibernate-validator-quickstart-archetype -DarchetypeVersion=5.0.0.Alpha1 -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.