mirror of https://github.com/apache/lucene.git
SOLR-5022: Pass-through disableHdfs to Maven Surefire
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1501595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4adf7c5c10
commit
d36efc1fe1
|
@ -127,6 +127,7 @@
|
|||
<configuration>
|
||||
<systemPropertyVariables>
|
||||
<tests.jettyConnector>${tests.jettyConnector}</tests.jettyConnector>
|
||||
<tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue