Added java 1.7 executable path.

Change-Id: I6264c202c3333b1978b54ac34959105659ba56c2
diff --git a/pom.xml b/pom.xml
index 8149525..80804d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>		
 		<jackson.version>2.9.1</jackson.version>
+		<java1.7>/usr/local/java/jdk1.7.0_79</java1.7>
 	</properties>
 	
 	<repositories>
@@ -180,6 +181,9 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.3</version>
 				<configuration>
+					<verbose>true</verbose>
+		          	<fork>true</fork>
+		         	<executable>${java1.7}/bin/javac</executable>
 					<compilerVersion>1.7</compilerVersion>
 					<source>1.7</source>
 					<target>1.7</target>