You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/02/18 18:41:33 UTC

svn commit: r1290825 - /lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template

Author: sarowe
Date: Sat Feb 18 17:41:33 2012
New Revision: 1290825

URL: http://svn.apache.org/viewvc?rev=1290825&view=rev
Log:
LUCENE-3768: Maven configuration: include modules/benchmark/conf/**/* in test resources for the benchmark module

Modified:
    lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template?rev=1290825&r1=1290824&r2=1290825&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/modules/benchmark/pom.xml.template Sat Feb 18 17:41:33 2012
@@ -116,6 +116,12 @@
           <exclude>**/*.java</exclude>
         </excludes>
       </testResource>
+      <testResource>
+        <directory>.</directory>
+        <includes>
+          <include>conf/**/*</include>
+        </includes>
+      </testResource>
     </testResources>
     <plugins>
       <plugin>