mirror of https://github.com/apache/lucene.git
SOLR-8874: Update Maven config to correctly set tests.disableHdfs
This commit is contained in:
parent
edf12616bb
commit
0f60ce61eb
|
@ -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