You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/03/20 13:25:47 UTC

lucene-solr:master: SOLR-8874: Update Maven config to correctly set tests.disableHdfs

Repository: lucene-solr
Updated Branches:
  refs/heads/master 093a3e871 -> 3a4e1d114


SOLR-8874: Update Maven config to correctly set tests.disableHdfs


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

Branch: refs/heads/master
Commit: 3a4e1d114219e0f9a28cf49c51ed9928913d2cb3
Parents: 093a3e8
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Mar 20 13:25:38 2016 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Mar 20 13:25:38 2016 +0100

----------------------------------------------------------------------
 dev-tools/maven/solr/pom.xml.template | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3a4e1d11/dev-tools/maven/solr/pom.xml.template
----------------------------------------------------------------------
diff --git a/dev-tools/maven/solr/pom.xml.template b/dev-tools/maven/solr/pom.xml.template
index f3c8c81..eb32f62 100644
--- a/dev-tools/maven/solr/pom.xml.template
+++ b/dev-tools/maven/solr/pom.xml.template
@@ -174,6 +174,15 @@
   </build>
   <profiles>
     <profile>
+      <id>java9-tests-disableHdfs</id>
+      <activation>
+        <jdk>[9,)</jdk>
+      </activation>
+      <properties>
+        <tests.disableHdfs>true</tests.disableHdfs>
+      </properties>
+    </profile>
+    <profile>
       <id>windows-tests-disableHdfs</id>
       <activation>
         <os><family>windows</family></os>