Skip to content

Build and Deploy

Thamme Gowda edited this page Jun 3, 2016 · 17 revisions

Requirements

To Build :

  • Apache Maven (Tested on v3.0.5)
  • JDK (Tested on Oracle JDK 1.8)

To deploy and run :

In Local Mode

  • Apache Solr Server or Solr Cloud (Tested on v6.0.1)

Build Instructions

  • $ mvn clean compile package assembly:single should give a *-jar-with-dependencies.jar in target/
Clone this wiki locally