Merge branch 'HAMA-979' of https://github.com/edwardyoon/hama
diff --git a/pom.xml b/pom.xml
index 2c7908b..7f63d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,6 +489,14 @@
         </executions>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>conf</directory>
+        <includes>
+          <include>log4j.properties</include>
+        </includes>
+      </resource>
+    </resources>
   </build>
 
   <distributionManagement>