Fix KT-11839 maven goal to execute kotlin script

This commit is contained in:
Yaroslav Ulanovych
2016-04-17 18:06:38 +03:00
committed by Sergey Mashkov
parent e8d518a28f
commit de94d5c414
22 changed files with 704 additions and 31 deletions
@@ -54,8 +54,9 @@
<!--This could speed up test by providing local repo as remote repo for test but might be tricky on different OS-->
<!--<settingsFile>src/it/settings.xml</settingsFile>-->
<localRepositoryPath>local-repo</localRepositoryPath>
<postBuildHookScript>verify.bsh</postBuildHookScript>
<streamLogs>true</streamLogs>
<postBuildHookScript>verify</postBuildHookScript>
<streamLogs>false</streamLogs>
<invokerPropertiesFile>invoker.properties</invokerPropertiesFile>
</configuration>
<executions>
<execution>