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:
Uwe Schindler 2013-07-09 22:41:48 +00:00
parent 4adf7c5c10
commit d36efc1fe1
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@
<configuration>
<systemPropertyVariables>
<tests.jettyConnector>${tests.jettyConnector}</tests.jettyConnector>
<tests.disableHdfs>${tests.disableHdfs}</tests.disableHdfs>
</systemPropertyVariables>
</configuration>
</plugin>