Compiling Open Web Apps (OWA) Module Ends with Line Ending Issues

I cloned Open web apps module and tried to compile it using “mvn clean install” on the terminal. The process goes fine except I end up with a repo that says I have uncommitted changes. On running “git diff” I see these lines below

warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/App.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/AppActivities.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/AppDeveloper.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/AppIcons.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/AppManager.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in api/src/main/java/org/openmrs/module/owa/AppOpenmrs.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/activator/OwaActivator.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/extension/html/AdminList.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/impl/DefaultAppManager.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/servlet/FileServlet.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/servlet/RedirectServlet.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/web/controller/AddAppController.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/web/controller/OwaManageController.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/web/controller/OwaRestController.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/main/java/org/openmrs/module/owa/web/controller/SettingsFormController.java. The file will have its original line endings in your working directory. warning: CRLF will be replaced by LF in omod/src/test/java/org/openmrs/module/owa/web/controller/OwaRestControllerTest.java. The file will have its original line endings in your working directory.

I never faced anything like this with other modules so I doubt it could be caused by my machine/git configurations. I am running this on OS X.

Any pointers on how to handle this? Should I create a ticket for this as well?