From d693d9270225eb6e6ab133b124f1adc626ed319c Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Mon, 19 Apr 2010 23:34:18 +0900 Subject: [PATCH] removed unnecessary settings --- java/Makefile | 10 +++++++++- java/pom.xml | 18 +----------------- 2 files changed, 10 insertions(+), 18 deletions(-) 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 - -