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/17 18:17:42 UTC

svn commit: r1245661 - /lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template

Author: sarowe
Date: Fri Feb 17 17:17:42 2012
New Revision: 1245661

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

Modified:
    lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template

Modified: lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template?rev=1245661&r1=1245660&r2=1245661&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/dev-tools/maven/lucene/contrib/benchmark/pom.xml.template Fri Feb 17 17:17:42 2012
@@ -110,6 +110,12 @@
           <exclude>**/*.java</exclude>
         </excludes>
       </testResource>
+      <testResource>
+        <directory>.</directory>
+        <includes>
+          <include>conf/**/*</include>
+        </includes>
+      </testResource>
     </testResources>
     <plugins>
       <plugin>