Thursday, July 28, 2011

How to migrate from git to Mercurial

In this post I'll describe how to migrate from git to Mercurial. In all this process should take approximately 20 minutes.

Sunday, July 3, 2011

Create runnable Scala .jar with Maven

Hello.


Today I want to describe how you can create executable jar file with Maven, so you can build it and run on any computer, even without Scala installed there.