We use Eclipse as an IDE to develop all kinds of Java / J2EE applications in our non-standard IT department for 150 people. One of the common problems that we observe is that developers download and install different versions of Eclipse and plugins based on their personal likes and dislikes.
We tried to bring some consistency to this and standardized the version and plugins that developers should use. So now the problem is how we distribute this installation to the command. We fixed the directories and shared them through a shared drive. But I'm looking for a better solution using some kind of Eclipse provisioning tool with which people can install IDEs or receive updates.
Has anyone encountered this problem? What are your solutions? How do you provide a standard Eclipse environment for developers?
I found Yoxos as a potential solution to this. Does anyone have any experience? Can p2 be used for this?
source share