Skip to content

Commit b04b24c

Browse files
committed
Fix path for tests
1 parent 615b1f6 commit b04b24c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/resources/elasticsearch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
# We set path here to use maven target dir
3333
path:
34-
data: ${project.build.testOutputDirectory}/es/data
35-
logs: ${project.build.testOutputDirectory}/es/logs
36-
work: ${project.build.testOutputDirectory}/es/work
34+
data: ${project.build.directory}/es/data
35+
logs: ${project.build.directory}/es/logs
36+
work: ${project.build.directory}/es/work
3737

3838
# We don't need http layer for tests
3939
http.enabled: false

0 commit comments

Comments
 (0)