updated the readme for the maven build

This commit is contained in:
James Strachan
2012-03-19 11:10:42 +00:00
parent b31c22e6a0
commit d5980605c3
+12 -3
View File
@@ -1,4 +1,13 @@
For this project to compile, you need to go to the parent directory (root of the git repository)
and run
## Kotlin Libraries
ant -f build.xml
This area of the project is all written in Kotlin and assumes you've got the [Kotlin IDEA plugin installed](http://confluence.jetbrains.net/display/Kotlin/Getting+Started).
This area of the project uses Maven for its build. To build install a recent [Maven]() distribution then type:
mvn install
For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started)
If you have a local Kotlin distribution (by running the Ant build in the parent directory) you can use your local Kotlin build via
mvn install -PlocalKotlin