forked from msgpack/msgpack-scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
44 lines (20 loc) · 836 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
To build the JAR file of Message Pack, you need to install Maven (http://maven.apache.org), then type the following command:
$ mvn package
To locally install the project, type
$ mvn install
Next, open the preference page in Eclipse and add the CLASSPATH variable:
M2_REPO = $HOME/.m2/repository
where $HOME is your home directory. In Windows XP, $HOME is:
C:/Documents and Settings/(user name)/.m2/repository
# How to release the project (compile, test, tagging, deploy)
$ mvn release:prepare
$ mvn release:perform
Default scala version is set to 2.9.0.
If you want to compile in scala version 2.9.1 or 2.9.0-1, replace pom.xml property or use sbt.
This project also support sbt 0.11.2.
In sbt console.
To build
$ package
Generate poms
$+ make-pom
make-pom generate maven pom files into target/{scala.version}.