tree: 46e901a800eb46417ef25ec03a331d3ebe466ead [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).