Skip to content

Commit

Permalink
Remove pom and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshita committed Oct 22, 2013
1 parent 80293f6 commit 18dd242
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 251 deletions.
38 changes: 10 additions & 28 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,45 +8,19 @@ Quick Start is available at [MessagePack official site](http://wiki.msgpack.org/


## Requirement ## Requirement


* Scala 2.9.x * sbt 0.12.2 or later
* maven 2 or later
* (Additional) sbt 0.11.2


If you want to compile in scala version 2.9.1 or 2.9.0-1, replace pom.xml property or use sbt.


## Installation ## Installation


### By using maven

To build the JAR file of MessagePack for Scala, you can use 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


### By using sbt ### By using sbt


This project also supports sbt 0.11.2. This project also supports sbt 0.12.2
To build JAR file of MessagePack for Scala, please type the following command: To build JAR file of MessagePack for Scala, please type the following command:


$ package $ package


To generate pom files, plese type the following command:

$+ make-pom

As a result, the pom files are generated into target/{scala.version}.

## How to release the project ## How to release the project


To relese the project (compile, test, tagging, deploy), please use the commands as follows: To relese the project (compile, test, tagging, deploy), please use the commands as follows:
Expand All @@ -55,3 +29,11 @@ To relese the project (compile, test, tagging, deploy), please use the commands
$ mvn release:perform $ mvn release:perform




## Make intellij project

Please type the following command.Then intellij project will be generated.

$ sbt gen-idea



223 changes: 0 additions & 223 deletions pom.xml

This file was deleted.

0 comments on commit 18dd242

Please sign in to comment.