mirror of https://github.com/apache/lucene.git
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:
parent
955282775c
commit
3e0353ffab
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue