LUCENE-3378: Maven build config: Include test-framework non-java files in Lucene's test resources, so that tests can find the europarl file now under test-framework

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1158858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-08-17 18:24:06 +00:00
parent a5d2d78cec
commit 8203481079
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@
<exclude>**/*.java</exclude>
</excludes>
</testResource>
<testResource>
<directory>test-framework</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<plugin>