Merge branch 'master' of emeroad/pinpoint

from pull-request 5

* refs/heads/master:
  #3 JAVA_7_HOME->env.JAVA_7_HOME
This commit is contained in:
Woonduk Kang
2014-09-01 11:39:11 +09:00
+2 -2
View File
@@ -78,7 +78,7 @@
<fork>true</fork>
<verbose>true</verbose>
<compilerVersion>${jdk.version}</compilerVersion>
<executable>${JAVA_7_HOME}/bin/javac</executable>
<executable>${env.JAVA_7_HOME}/bin/javac</executable>
</configuration>
</plugin>
<plugin>
@@ -108,7 +108,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<jvm>${JAVA_7_HOME}/bin/java</jvm>
<jvm>${env.JAVA_7_HOME}/bin/java</jvm>
<forkMode>once</forkMode>
</configuration>
</plugin>