Fix tests when running mvn tests

(cherry picked from commit 1edd72e)
This commit is contained in:
David Pilato 2014-04-16 08:00:52 +02:00
parent 89c29c4404
commit c0d047dccb
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ governing permissions and limitations under the License. -->
<tests.client.ratio></tests.client.ratio>
<es.plugin.port>9300</es.plugin.port>
<es.logger.level>INFO</es.logger.level>
<es.config>${project.build.testOutputDirectory}/elasticsearch.yml</es.config>
</properties>
<dependencies>