Create Java project with Maven archetype hibernate-search-quickstart

Hibernate Search quickstart is an archetype for a minimal application using fulltext query capabilities.

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

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

Details about maven archetype hibernate-search-quickstart

License

License

GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-search-quickstart
Version

Version

4.3.0.Alpha1
Type

Type

maven-archetype
Description

Description

hibernate-search-quickstart
Hibernate Search quickstart is an archetype for a minimal application using fulltext query capabilities.
Source Code Management

Source Code Management

http://github.com/hibernate/hibernate-search

How to add to project

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