Boostrapping new Eclipse machines with all the Plugins

末鹿安然 提交于 2019-12-03 18:55:33

Solution 1 is too search for more advanced Eclipse distributions. For example, STS (Spring Tool Suite) comes with

  • AspectJ
  • EGit
  • m2e
  • (and of course) Spring IDE

On a machine with an Eclipse installation matching your needs use File -> Export -> Install -> Installed software items to file. Import the generated file using the same menu on all other machines.

dSebastien

As Scott says, a good approach is to simply package a fully prepared Eclipse installation once all the plugins you need are installed. The downside is that you have to update most plugins afterwards.

Another option is to use Yoxos. With it, you can create a profile and configure it with all the plugins you need (and apparently Yoxos can do more than that).

Finally, this page might interest you concerning the configuration side of things.

One small trick can be done with m2e-android - Android Configurator for M2E Maven Integration. If installing it on clean Eclipse, it will also automatically resolve to install :

  • m2e
  • Android Developer Tools (ADT)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!