From c976be628a5a9211e49c954401b0776df9e1d718 Mon Sep 17 00:00:00 2001 From: Hyun Jeong Date: Tue, 29 Jul 2014 17:36:53 +0900 Subject: [PATCH] =?UTF-8?q?[NOBTS]=20README=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..da0e5d066 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +Pinpoint-profiler-optional +========= + +아래와 같이 maven compile을 하기 위해서는 JDK 1.7+이 필요합니다. +```xml + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.7 + 1.7 + ${compiler-debug} + true + true + true + 1.7 + ${JAVA_7_HOME}/bin/javac + UTF-8 + + +``` + +환경변수에 JAVA_7_HOME을 잡아주시거나, maven의 settings.xml에 JAVA_7_HOME property를 설정해주세요. \ No newline at end of file