diff --git a/java/Makefile b/java/Makefile
index 2b6b07d..7885a13 100755
--- a/java/Makefile
+++ b/java/Makefile
@@ -1,6 +1,14 @@
-.PHONY: compile test eclipse clean
+.PHONY: compile test eclipse clean package
+all:
+ compile
+
+package:
+ mvn package
+
+install:
+ mvn install
compile:
mvn compile
diff --git a/java/pom.xml b/java/pom.xml
index 5a7b4a5..321e8d5 100755
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
org.msgpack
msgpack
MessagePack for Java
- 0.0.1-SNAPSHOT
+ 1.0-SNAPSHOT
MessagePack for Java
@@ -20,9 +20,6 @@
- src
- test
-
src/main/resources
@@ -77,17 +74,11 @@
org.apache.maven.plugins
maven-jxr-plugin
-
- true
-
org.apache.maven.plugins
maven-surefire-report-plugin
-
- true
-
@@ -114,12 +105,5 @@
test
-
- org.apache.activemq.protobuf
- activemq-protobuf
- 1.0
- test
-
-