Disabling the license checker temporarily

This commit is contained in:
Clinton Gormley 2015-08-09 21:55:11 +02:00
parent a0774d0f48
commit cdad9e698d
1 changed files with 2 additions and 1 deletions

View File

@ -1202,7 +1202,8 @@ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UT
<goal>run</goal>
</goals>
<configuration>
<skip>${skip.integ.tests}</skip>
<!-- <skip>${skip.integ.tests}</skip> -->
<skip>true</skip>
<target>
<echo taskName="license check">Running license check</echo>
<!-- don't run on windows, because everyone hates it -->