## Eclipse Editor Dot Files (Anypoint Studio) - `.project` - "its goal is to describe the project from a generic, plugin-independent Eclipse view"[1] - `.classpath` - "The `.classpath` file is maintained by Eclipse's JDT feature (_feature_ = set of plugins). JDT holds multiple such "meta" files in the project (see the `.settings` directory inside the project); the `.classpath` file is just one of them. Specifically, the `.classpath` file contains information that the JDT feature needs in order to properly compile the project: the project's source folders (that is, _what_ to compile); the output folders (where to compile _to_); and classpath entries (such as other projects in the workspace, arbitrary JAR files on the file system, and so forth)."[1] - `.settings/org.eclipse.core.resources.prefs` - See above [1]: https://stackoverflow.com/a/14080532 --- - [ ] parent poms - [ ] maven archtypes