Developing spring project in both IntelliJ IDEA and eclipse Follow
Answered
I am working on a Spring project. Couple of my team developers don't want to move to IntelliJ and they will keep developing in Eclipse. What is the best practice for such mixed development tool environment? We use Subversion. I would like to setup project which can be checked out by either IDEA or Eclipse and don't cause problem for other person.
Please sign in to leave a comment.
If you use Maven/Gradle you usually version only the pom.xml/build.gradle files, since IDE generates project structure and configuration files automatically by importing the project from Maven/Gradle model For the information see also How to manage projects under Version Control Systems or Managing Projects under Version Control topic (when one wants to version IntelliJ IDEA-specific configuration files).