Pavel, I tried this out recently and had few minor issues.
1. due to path issues mvn executable was not found, but process coninued to .net build 2. after I set path for mvn it still was failing due to incorrect java home Should we report maven build issues and stop the overall process with appropriate error message? Also 2 tests failed for me: Failed TestClientDisposeWhileOperationsAreInProgress Error Message: Some tasks should have failed. Expected: True But was: False Stack Trace: at Apache.Ignite.Core.Tests.Client.ClientConnectionTest.TestClientDisposeWhileOperationsAreInProgress() in /home/yzhdanov/projects/incubator-ignite/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientConnectionTest.cs:line 277 Failed TestAsyncCompletionOrder Error Message: Expected: False But was: True Stack Trace: at Apache.Ignite.Core.Tests.Client.Cache.CacheTest.TestAsyncCompletionOrder() in /home/yzhdanov/projects/incubator-ignite/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/Cache/CacheTest.cs:line 855 If you need logs just let me know. --Yakov
