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> <goal>run</goal>
</goals> </goals>
<configuration> <configuration>
<skip>${skip.integ.tests}</skip> <!-- <skip>${skip.integ.tests}</skip> -->
<skip>true</skip>
<target> <target>
<echo taskName="license check">Running license check</echo> <echo taskName="license check">Running license check</echo>
<!-- don't run on windows, because everyone hates it --> <!-- don't run on windows, because everyone hates it -->