Skip to content

Commit

Permalink
Revert "Revert "disable license checker on windows for now, jenkins b…
Browse files Browse the repository at this point in the history
…oxes have perl problems""

This reverts commit 633b486.
  • Loading branch information
rmuir committed Aug 7, 2015
1 parent 633b486 commit f50531c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distribution/pom.xml
Expand Up @@ -111,7 +111,8 @@
<available file="${basedir}/../licenses" type="dir"/>
</condition>
<echo taskName="license check">Running license check</echo>
<exec failonerror="${licenses.exists}" executable="perl"
<!-- don't run on windows, because everyone hates it -->
<exec failonerror="${licenses.exists}" executable="perl" osfamily="unix"
dir="${elasticsearch.tools.directory}/license-check">
<arg value="check_license_and_sha.pl"/>
<arg value="--check"/>
Expand Down

0 comments on commit f50531c

Please sign in to comment.