Fix testing instructions with x-plugins

This commit is contained in:
Ryan Ernst 2015-11-23 14:54:08 -08:00
parent 113a026e1f
commit d97ed9edc3

View File

@ -465,10 +465,10 @@ gradle run --debug-jvm
== Building with extra plugins
Additional plugins may be built alongside elasticsearch, where their
dependency on elasticsearch will be substituted with the local elasticsearch
build. To add your plugin, check it out as a sibling directory of
elasticsearch, with a prefix of "extra-plugin-". The build will automatically
pick it up. You can verify the plugin is included as part of the build by
checking the projects of the build.
build. To add your plugin, create a directory called x-plugins as a sibling
of elasticsearch. Checkout your plugin underneath x-plugins and the build
will automatically pick it up. You can verify the plugin is included as part
of the build by checking the projects of the build.
---------------------------------------------------------------------------
gradle projects