mirror of https://github.com/apache/lucene.git
SOLR-8874: Update Maven config to correctly set tests.disableHdfs
This commit is contained in:
parent
093a3e8711
commit
3a4e1d1142
|
@ -173,6 +173,15 @@
|
|||
</plugins>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue