You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2016/07/13 12:44:01 UTC

lucene-solr:branch_6x: SOLR-9298: add resources directory to solr/test-framework's pom.xml

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 1dfc637f2 -> 7ee15727c


SOLR-9298: add resources directory to solr/test-framework's pom.xml

This is needed to fix solr/contrib/analysis-extras mvn test failure (SSLTestConfig).

(Christine Poerschke, Steve Row)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7ee15727
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7ee15727
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7ee15727

Branch: refs/heads/branch_6x
Commit: 7ee15727c9cf6503407f31720abc9fecba6f8abe
Parents: 1dfc637
Author: Christine Poerschke <cp...@apache.org>
Authored: Tue Jul 12 16:57:19 2016 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Jul 13 13:26:20 2016 +0100

----------------------------------------------------------------------
 dev-tools/maven/solr/test-framework/pom.xml.template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7ee15727/dev-tools/maven/solr/test-framework/pom.xml.template
----------------------------------------------------------------------
diff --git a/dev-tools/maven/solr/test-framework/pom.xml.template b/dev-tools/maven/solr/test-framework/pom.xml.template
index 805bffe..22f2fb0 100644
--- a/dev-tools/maven/solr/test-framework/pom.xml.template
+++ b/dev-tools/maven/solr/test-framework/pom.xml.template
@@ -58,10 +58,7 @@
     <testSourceDirectory>${module-path}/src/test</testSourceDirectory>
     <resources>
       <resource>
-        <directory>${module-path}</directory>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
+        <directory>${module-path}/src/resources</directory>
       </resource>
     </resources>
     <plugins>