LUCENE-6339: Maven config: add resource dir src/resources/ to the POM.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2015-04-09 19:07:42 +00:00
parent 858718d17a
commit 0f88bb7f9c
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@
</dependencies>
<build>
<sourceDirectory>${module-path}/src/java</sourceDirectory>
<resources>
<resource>
<directory>${module-path}/src/resources</directory>
</resource>
</resources>
<testSourceDirectory>${module-path}/src/test</testSourceDirectory>
<testResources>
<testResource>