Merge pull request #577 from apache/cleanup

Cleanup
diff --git a/examples/file-split-log-xml/src/main/resources/file/customerlist .csv b/examples/file-split-log-xml/src/main/resources/file/customerlist.csv
similarity index 100%
rename from examples/file-split-log-xml/src/main/resources/file/customerlist .csv
rename to examples/file-split-log-xml/src/main/resources/file/customerlist.csv
diff --git a/examples/pom.xml b/examples/pom.xml
index c6b86e7..cfef43e 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,6 +39,7 @@
         <module>timer-log-kotlin</module>
         <module>timer-log-xml</module>
         <module>timer-log-spring</module>
+        <module>file-split-log-xml</module>
     </modules>
 
 </project>