SOLR-5764: Add workaround to make Maven work (shared test-files does not seem to be included when the test-jar dependency is resolved).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-02-22 21:14:38 +00:00
parent 955282775c
commit 3e0353ffab
2 changed files with 10 additions and 0 deletions

View File

@ -74,6 +74,11 @@
<testResource>
<directory>${module-path}/src/test-files</directory>
</testResource>
<testResource>
<!-- TODO: This is a hack, because the shared test-files folder seems not to be
included by the dependency, maybe because the dependency test-jar is not unpacked? -->
<directory>${module-path}/../morphlines-core/src/test-files</directory>
</testResource>
<testResource>
<directory>${top-level}/dev-tools/maven/solr</directory>
<includes>

View File

@ -74,6 +74,11 @@
<testResource>
<directory>${module-path}/src/test-files</directory>
</testResource>
<testResource>
<!-- TODO: This is a hack, because the shared test-files folder seems not to be
included by the dependency, maybe because the dependency test-jar is not unpacked? -->
<directory>${module-path}/../morphlines-core/src/test-files</directory>
</testResource>
<testResource>
<directory>${top-level}/dev-tools/maven/solr</directory>
<includes>