Disable license checker temporarily to get regression builds working again

x
This commit is contained in:
Robert Muir 2015-07-29 08:39:25 -04:00
parent 86ab892986
commit c6abf28273
1 changed files with 2 additions and 0 deletions

View File

@ -315,6 +315,8 @@
<goal>run</goal>
</goals>
<configuration>
<!-- https://github.com/elastic/elasticsearch/issues/12528 -->
<skip>true</skip>
<target>
<condition property="licenses.exists">
<available file="${basedir}/../licenses" type="dir"/>