Fixing build fails
diff --git a/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java b/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java
index ccc5e13..00c63fd 100644
--- a/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java
+++ b/core/src/test/java/org/apache/hama/bsp/TestPartitioning.java
@@ -82,7 +82,7 @@
     conf.setInt(Constants.ZOOKEEPER_SESSION_TIMEOUT, 600);
     bsp.setInputFormat(TextInputFormat.class);
     bsp.setOutputFormat(NullOutputFormat.class);
-    FileInputFormat.setInputPaths(bsp, "../CHANGES.txt,../README.txt");
+    FileInputFormat.setInputPaths(bsp, "../CHANGES.txt,../README.md");
     bsp.setPartitioner(HashPartitioner.class);
     assertTrue(bsp.waitForCompletion(true));
 
diff --git a/pom.xml b/pom.xml
index 8cc94c6..28086e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,6 +411,7 @@
         </executions>
         <configuration>
           <excludes>
+            <exclude>**/*.md</exclude>
             <exclude>.idea/**</exclude>
             <exclude>.git/**</exclude>
             <exclude>.repository/**</exclude>