Hi, There are .classpath and .project files in each module present. I found them to be eclipse configuration files or we using them anywhere else (i am not much acquainted with the codebase yet) . Problem is these classpath files are having lib jar locations from deps module. As the codebase is moved to maven and the jars themselves are removed, these files are obsolete.
Can we remove the .classpath and .project files or we can fix the projects in eclipse and replace these files with new sensible ones according to maven practices.. Mani.