libraries: temporary specify 'mvn install' in READMEs
This commit is contained in:
@@ -34,7 +34,7 @@ which will build the binaries of the compiler and put them into the 'dist' direc
|
|||||||
|
|
||||||
Maven distribution is built separately, run
|
Maven distribution is built separately, run
|
||||||
|
|
||||||
mvn package
|
mvn install
|
||||||
|
|
||||||
from 'libraries' directory after building the compiler.
|
from 'libraries' directory after building the compiler.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ This area of the project is all written in Kotlin and assumes you've got the [Ko
|
|||||||
|
|
||||||
This area of the project uses Maven for its build. To build install a recent [Maven](http://maven.apache.org/) distribution then type:
|
This area of the project uses Maven for its build. To build install a recent [Maven](http://maven.apache.org/) distribution then type:
|
||||||
|
|
||||||
mvn package
|
mvn install
|
||||||
|
|
||||||
For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started)
|
For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user