tree: b62f2a72ee7dd89769ae2b5a2e7d22594fc5d46a [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
indexer-examples/indexer-examples-spring/README.md

Maven Indexer Examples

This example covers simple use cases and is runnable as Java Junit via the “test” goal.

Execute the following in order to run the example/test:

$ mvn clean test -Pexamples

Please, note that the tests in this module will only compile by default; the will not be executed, unless you activate the profile (-Ptests).